{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BasePathMapping", "type": "object", "properties": { "basePath": { "type": "string" }, "restApiId": { "type": "string" }, "stage": { "type": "string" } } }