17 lines
592 B
JSON
17 lines
592 B
JSON
{
|
|
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/resourceListing.json#",
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object",
|
|
"required": [ "swaggerVersion", "apis" ],
|
|
"properties": {
|
|
"swaggerVersion": { "enum": [ "1.2" ] },
|
|
"apis": {
|
|
"type": "array",
|
|
"items": { "$ref": "resourceObject.json#" }
|
|
},
|
|
"apiVersion": { "type": "string" },
|
|
"info": { "$ref": "infoObject.json#" },
|
|
"authorizations": { "$ref": "authorizationObject.json#" }
|
|
}
|
|
}
|