You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
385 B
11 lines
385 B
{
|
|
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/resourceObject.json#",
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object",
|
|
"required": [ "path" ],
|
|
"properties": {
|
|
"path": { "type": "string", "format": "uri" },
|
|
"description": { "type": "string" }
|
|
},
|
|
"additionalProperties": false
|
|
}
|