{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OrganizationDelete", "description": "OrganizationDelete schema from Docupilot accounts API", "type": "object", "properties": { "otp": { "type": "string", "writeOnly": true, "maxLength": 6, "minLength": 6 } }, "required": [ "otp" ] }