{ "type": "object", "name": "DeploymentResponse", "properties": { "deployment": { "type": "object", "properties": { "changelog": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "integer" }, "links": { "type": "object", "properties": { "application": { "type": "integer" } } }, "revision": { "type": "string" }, "timestamp": { "type": "datetime" }, "user": { "type": "string" } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }