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