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