Backfill in-progress. Some lexicons and records may be missing or incomplete.

network.slices.tools.bug.issue

slices.network

Documentation

main record
Record Key tid Timestamp-based ID

Properties

bug string at-uri Required

Reference to the bug report

createdAt string datetime Required

An RFC 3339 formatted timestamp.

issue string at-uri Required

Reference to the linked issue

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "bug",
      "issue",
      "createdAt"
    ],
    "properties": {
      "bug": {
        "type": "string",
        "format": "at-uri",
        "description": "Reference to the bug report"
      },
      "issue": {
        "type": "string",
        "format": "at-uri",
        "description": "Reference to the linked issue"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@