app.ocho.edu.verification

ocho-lexicons.ocho.app

Documentation

Record declaring a verification relationship between an account and a .edu domain. Verifications are only considered valid by an app if issued by an account the app considers trusted.

main record

Record declaring a verification relationship between an account and a .edu domain. Verifications are only considered valid by an app if issued by an account the app considers trusted.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Date of when the verification was created.

domain string Required

The domain the subject is verified under.

subject string did Required

DID of the subject the verification applies to.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "domain",
      "createdAt"
    ],
    "properties": {
      "domain": {
        "type": "string",
        "description": "The domain the subject is verified under."
      },
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the subject the verification applies to."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Date of when the verification was created."
      }
    }
  },
  "description": "Record declaring a verification relationship between an account and a .edu domain. Verifications are only considered valid by an app if issued by an account the app considers trusted."
}

Lexicon Garden

@