Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TagObject should have summary #424

Open
noriapi opened this issue Jan 10, 2022 · 1 comment
Open

TagObject should have summary #424

noriapi opened this issue Jan 10, 2022 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@noriapi
Copy link

noriapi commented Jan 10, 2022

Describe the bug
TagObject have summary.
But schema.json tagObject doesn't have summary.

meta-schema/schema.json

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.

@stale
Copy link

stale bot commented Apr 17, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 17, 2022
@stale stale bot closed this as completed Apr 28, 2022
@BelfordZ BelfordZ reopened this Jul 5, 2022
@stale stale bot removed the stale label Jul 5, 2022
@BelfordZ BelfordZ added good first issue Good for newcomers bug Something isn't working labels Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants