{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ParameterSpecification", "title": "ParameterSpecification", "type": "object", "properties": { "type": { "type": "string", "enum": [ "Object", "String", "Int", "Float", "Bool", "Array", "SecureString" ] }, "defaultValue": { "description": "Default value of the parameter." } } }