APIs.json API Properties Sandbox Info (Edit)

This property ensures that an API has a reference to a sandbox for individual APIs or as part of common properties, providing sandbox, synthetic data, and mock servers for use in making test requests.

APIs.jsonAPIsPropertiesSandbox

Rule Definition

apis-json-apis-properties-sandbox-info.yaml
{"apis-json-apis-properties-sandbox-info":{"description":"This property ensures that an API has a reference to a sandbox for individual APIs or as part of common properties, providing sandbox, synthetic data, and mock servers for use in making test requests.","message":"Has a Blog","severity":"info","given":["$.apis.*.properties.*","$.common.*"],"then":[{"field":"type","function":"pattern","functionOptions":{"notMatch":"\\b(sandbox|Sandbox)\\b"}}]}}

Back to All of the Rules