{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ParameterProperties", "title": "ParameterProperties", "properties": { "type": { "type": "string", "title": "Type" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Description" } }, "type": "object", "required": [ "type" ] }