{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DeploymentExtended",
"type": "object",
"description": "Deployment information.",
"properties": {
"id": {
"type": "string",
"description": "The ID of the deployment."
},
"name": {
"type": "string",
"description": "The name of the deployment."
},
"type": {
"type": "string",
"description": "The type of the deployment."
},
"location": {
"type": "string",
"description": "The location of the deployment."
},
"tags": {
"type": "object",
"description": "Deployment tags."
}
}
}