diff --git a/contract.js b/contract.js index 292af66..fc9f6cd 100644 --- a/contract.js +++ b/contract.js @@ -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}}', diff --git a/documentation.js b/documentation.js index a262bbd..16eb4f2 100644 --- a/documentation.js +++ b/documentation.js @@ -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}}',