{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ApiStage", "type": "object", "properties": { "apiId": { "type": "string" }, "stage": { "type": "string" }, "throttle": { "type": "object" } } }