APIs.json Apis Properties OpenAPI Validator Info (Edit)

This property ensures that there is a link to the validator for the OpenAPI technical contract, allowing anyone to see the details of governance being applied

APIs.jsonAPIsProperties

Rule Definition

apis-json-apis-properties-openapi-validator-info.yaml
{"apis-json-apis-properties-openapi-validator-info":{"description":"This property ensures that there is a link to the validator for the OpenAPI technical contract, allowing anyone to see the details of governance being applied","message":"Has OpenAPI (Technical) Validator","severity":"info","given":["$.apis.*.properties.*","$.common.*"],"then":[{"field":"type","function":"pattern","functionOptions":{"notMatch":"\\b(APIValidation)\\b"}}]}}

Back to All of the Rules