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