{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$ref": "#/$defs/VersionResponse", "$defs": { "VersionResponse": { "properties": { "tag": { "type": "string" }, "commit": { "type": "string" }, "build_date": { "type": "string" } }, "additionalProperties": false, "type": "object", "required": [ "tag", "commit", "build_date" ] } } }