Skip to content

Commit

Permalink
move license-url to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
coliu19 committed Feb 15, 2023
1 parent be34492 commit 912fd63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default {
'rules': {
'oas3-schema': true,
'oas2-schema': true,
'license-url': true,
'oas3-missing-schema-definition': {
'description': 'There is no schema attribute for a component.',
'message': '{{description}}; {{error}}',
Expand Down
1 change: 1 addition & 0 deletions documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default {
'info-contact': true,
'info-description': true,
'info-license': true,
'license-url': true,
'description-for-every-attribute': {
'description': 'DEA - Descriptions for Every Attribute',
'message': 'For every attribute that is present in the OAS document, if a description is proposed as optional to complement that attribute, then yes it must be present; {{error}}',
Expand Down

0 comments on commit 912fd63

Please sign in to comment.