{
    "$schema": "https://cdn.labs.trstd-login.trstd.com/schemas/trstd-protocol/v1/manifest.json",
    "@context": "https://cdn.labs.trstd-login.trstd.com/schemas/trstd-protocol/v1",
    "@type": "VerificationProvider",
    "version": "1.0.0",
    "spec": "https://cdn.labs.trstd-login.trstd.com/schemas/trstd-protocol/specs/manifest.md",
    "name": "Trusted Shops SE",
    "description": "Website verification discovery endpoint for Trusted Shops SE",
    "tsId": "X65D1BEEB9AC82102A10B7976564D05C2",
    "capabilities": [
        {
            "name": "verify",
            "endpoint": "https://api.labs.trstd-login.trstd.com/trstd-protocol/v1/verify",
            "method": "POST",
            "contentType": "application/json",
            "description": "External verification provider endpoint",
            "parameters": [
                {
                    "name": "url",
                    "type": "string",
                    "required": true,
                    "description": "Website URL to verify"
                },
                {
                    "name": "context",
                    "type": "string",
                    "required": false,
                    "description": "Verification context (e.g., checkout)"
                },
                {
                    "name": "transactionVolume",
                    "type": "integer",
                    "required": false,
                    "description": "Expected transaction volume"
                }
            ]
        }
    ]
}