Schemas

Definitions list

KYCAMLAttestation

{
  "$ref": "#/definitions/KYCAMLAttestation",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {
    "KYCAMLAttestation": {
      "additionalProperties": false,
      "properties": {
        "type": {
          "const": "KYCAMLAttestation",
          "type": "string"
        },
        "process": {
          "type": "string"
        },
        "approvalDate": {
          "type": "string"
        }
      },
      "required": ["type", "process", "approvalDate"],
      "type": "object"
    }
  }
}

Proof of Control

Identity Score

Verifiable Credential

Verifiable Presentation

Last updated