-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
TagObject have summary.
But schema.json tagObject doesn't have summary.
Lines 524 to 550 in 626a15d
| "tagObject": { | |
| "title": "tagObject", | |
| "type": "object", | |
| "additionalProperties": false, | |
| "required": [ | |
| "name" | |
| ], | |
| "properties": { | |
| "name": { | |
| "title": "tagObjectName", | |
| "type": "string", | |
| "minLength": 1 | |
| }, | |
| "description": { | |
| "title": "tagObjectDescription", | |
| "type": "string" | |
| }, | |
| "externalDocs": { | |
| "$ref": "#/definitions/externalDocumentationObject" | |
| } | |
| }, | |
| "patternProperties": { | |
| "^x-": { | |
| "$ref": "#/definitions/specificationExtension" | |
| } | |
| } | |
| }, |
Expected behavior
TagObject have summary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers