{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ProductionBranch", "type": "object", "properties": { "branchName": { "type": "string" }, "lastDeployTime": { "type": "string", "format": "date-time" }, "status": { "type": "string" } } }