{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VersionResponse", "type": "object", "properties": { "major": { "type": "number" }, "minor": { "type": "number" }, "patch": { "type": "number" } }, "required": [ "major", "minor", "patch" ] }