Input specification for local resources
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Input", "title": "Input", "type": "object", "description": "Input specification for local resources", "required": [ "type" ], "properties": { "type": { "type": "string" } } }