me.benswift.transparencyStatement

benswift.me

Documentation

The current state of one agency's AI transparency statement. The record key is the tracker's agency abbreviation (e.g. ABS, ACCC), matching the tracker's /statements/{abbr} page.

main record

The current state of one agency's AI transparency statement. The record key is the tracker's agency abbreviation (e.g. ABS, ACCC), matching the tracker's /statements/{abbr} page.

Record Key any Any valid record key

Properties

abbr string Required

The tracker's abbreviation for the agency (also this record's key).

maxLength: 64 bytes
contentHash string Required

sha256 (hex) of the statement's current markdown body.

document string at-uri Required

AT-URI of the site.standard.document carrying the statement's current full text.

firstObservedAt string datetime Required

When the tracker first captured this statement (not when the agency first published it).

lastChangedAt string datetime Optional

When the tracker last observed a substantive change (scrape noise excluded).

name string Required

Full name of the agency.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
revisionCount integer Required

Number of revisions the tracker has recorded, including the initial capture.

minimum: 1
sourceUrl string uri Required

Canonical URL of the statement on the agency's own website.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "abbr",
      "name",
      "sourceUrl",
      "document",
      "firstObservedAt",
      "contentHash",
      "revisionCount"
    ],
    "properties": {
      "abbr": {
        "type": "string",
        "maxLength": 64,
        "description": "The tracker's abbreviation for the agency (also this record's key)."
      },
      "name": {
        "type": "string",
        "maxLength": 3000,
        "description": "Full name of the agency.",
        "maxGraphemes": 300
      },
      "document": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the site.standard.document carrying the statement's current full text."
      },
      "sourceUrl": {
        "type": "string",
        "format": "uri",
        "description": "Canonical URL of the statement on the agency's own website."
      },
      "contentHash": {
        "type": "string",
        "description": "sha256 (hex) of the statement's current markdown body."
      },
      "lastChangedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the tracker last observed a substantive change (scrape noise excluded)."
      },
      "revisionCount": {
        "type": "integer",
        "minimum": 1,
        "description": "Number of revisions the tracker has recorded, including the initial capture."
      },
      "firstObservedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the tracker first captured this statement (not when the agency first published it)."
      }
    }
  },
  "description": "The current state of one agency's AI transparency statement. The record key is the tracker's agency abbreviation (e.g. ABS, ACCC), matching the tracker's /statements/{abbr} page."
}

Lexicon Garden

@