bcgov / bc-wallet-mobile

BC Wallet to hold Verifiable Credentials
Apache License 2.0
62 stars 50 forks source link

Register App Attestation Schema #1714

Closed cvarjao closed 10 months ago

cvarjao commented 10 months ago

Reference:

jleach commented 10 months ago

Proposed v1 schema:

{
  "attributes": [
    "issue_date_dateint",
    "validation_method",
    "app_version",
    "app_vendor",
    "app_id",
    "operating_system",
    "operating_system_version"
  ],
  "schema_name": "app_attestation",
  "schema_version": "1.0"
}
jleach commented 10 months ago

I've created a new Traction Dev instance and plumbed it to the CANdy-dev ledger and our deployed attestation controller. Once we agree on v1.0 of the schema (proposed above) we can publish it and this ticket can be closed.

jleach commented 10 months ago

Published Schemas