{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MFADisable", "description": "MFADisable schema from Docupilot accounts API", "type": "object", "properties": { "otp": { "type": "integer" } }, "required": [ "otp" ] }