{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VersionInfo", "title": "VersionInfo", "type": "object", "required": [ "title", "version" ], "properties": { "title": { "type": "string" }, "version": { "type": "string" }, "commit": { "type": "string", "nullable": true } } }