Schema registrationapi-base.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes the Registration API base resource",
"items": { },
"maxItems": 2,
"minItems": 2,
"title": "Registration API base resource",
"type": "array",
"uniqueItems": true
}