{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RemoveProtectionRequest", "type": "object", "properties": { "assetID": { "type": "string", "description": "The asset ID of the protected PDF." }, "password": { "type": "string", "description": "The password to unlock the PDF." } } }