{ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#", "description": "Schema for the Parrable encrypted payload", "self": { "vendor": "com.parrable", "name": "encrypted_payload", "format": "jsonschema", "version": "1-0-0" }, "type": "object", "properties": { "encryptedId": { "type": "string", "maxLength": 256 }, "optout": { "enum": ["true", "false"] } }, "required": ["encryptedId", "optout"], "additionalProperties": false }