{ "type": "object", "name": "Deployment", "properties": { "deployment": { "type": "object", "properties": { "changelog": { "type": "string" }, "description": { "type": "string" }, "revision": { "type": "string" }, "user": { "type": "string" } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }