APIs.json Apis Properties APIOps Cycles Domain Canvas (Edit)

This ensures that an API has had the [APIOps Domain Canvas](https://www.apiopscycles.com/resources/domain-canvas) applied to the API, requiring that the canvas is present in the repository and registered in the APIs.json index for the API, helping with discovery and governance.

APIs.jsonAPIsPropertiesAPIOps Cycles

Rule Definition

apis-json-apis-properties-apiop-cycles-domain-canvas-info.yaml
{"apis-json-apis-properties-apiop-cycles-domain-canvas-info":{"description":"This ensures that an API has had the APIOps Domain Canvas applied to the API, requiring that the canvas is present in the repository and registered in the APIs.json index for the API, helping with discovery and governance.","message":"Has APIOps Cycles Domain Canvas","severity":"info","given":["$.common.*"],"then":[{"field":"type","function":"pattern","functionOptions":{"notMatch":"\\b(APIOpsDomainCanvas)\\b"}}]}}

Back to All of the Rules