org.testificate.dev.project.metadata

testificate.org

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

name string Required

No description available.

maxGraphemes: 32 graphemesminGraphemes: 3 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "type",
      "roles",
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxGraphemes": 32,
        "minGraphemes": 3
      },
      "type": {
        "ref": "org.testificate.dev.project.defs#type",
        "type": "ref"
      },
      "roles": {
        "type": "array",
        "items": {
          "ref": "org.testificate.dev.project.role",
          "type": "ref"
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@