{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationCreate", "title": "ApplicationCreate", "required": [ "name" ], "type": "object", "properties": { "name": { "type": "string" } }, "x-speakeasy-component": true }