{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Deployment", "type": "object", "properties": { "id": { "type": "string", "description": "The identifier of the deployment." }, "description": { "type": "string", "description": "The description for the deployment." }, "createdDate": { "type": "string", "format": "date-time" }, "apiSummary": { "type": "object" } } }