Skip to content
Permalink
2e6ee9648b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (14 sloc) 515 Bytes
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://github.internet2.edu/benno/id-match-api/tree/draft/schema/json/potential-match-external-response.json",
"title": "TAP Identity Match Potential Match (Externally Handled0) Response",
"description": "Potential match(es) found for search request, but externally handled",
"type": "object",
"properties": {
"matchRequest": {
"description": "Match Request Identifier",
"type": "string"
}
},
"required": []
}