Skip to content
Permalink
draft
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
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://github.internet2.edu/api-schema/id-match-api/blob/draft/schema/json/match-request-response.json",
"title": "TAP Identity Match Match Request Response",
"description": "Match requests",
"type": "object",
"properties": {
"matchRequests": {
"description": "An array of match requests",
"type": "object",
"patternProperties": {
"^[0-9]+$": {
"description": "Attributes submitted by the System of Record to represent the subject",
"$ref": "https://github.internet2.edu/raw/api-schema/id-match-api/draft/schema/json/current-values-response.json"
}
},
"additionalProperties": false
}
},
"required": [ "matchRequests" ]
}