{
    "protocol": "http://credential-issuance-protocol.xyz",
    "published": true,
    "types": {
        "credentialApplication": {
            "schema": "https://identity.foundation/credential-manifest/schemas/credential-application",
            "dataFormats": [
                "application/json"
            ]
        },
        "credentialResponse": {
            "schema": "https://identity.foundation/credential-manifest/schemas/credential-response",
            "dataFormats": [
                "application/json"
            ]
        }
    },
    "structure": {
        "credentialApplication": {
            "$actions": [
                {
                    "who": "anyone",
                    "can": [
                        "create"
                    ]
                }
            ],
            "credentialResponse": {
                "$actions": [
                    {
                        "who": "recipient",
                        "of": "credentialApplication",
                        "can": [
                            "create"
                        ]
                    }
                ]
            }
        }
    }
}
