world.ptah.usage

ptah.world

{
  "id": "world.ptah.usage",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "creatorDID",
          "worldReference",
          "createdAt",
          "workReference"
        ],
        "properties": {
          "terms": {
            "type": "string",
            "maxLength": 10240,
            "description": "Human-readable terms description",
            "maxGraphemes": 1024
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this usage record was created"
          },
          "creatorDID": {
            "type": "string",
            "format": "did",
            "description": "The permanent identity of the usage record's creator"
          },
          "validUntil": {
            "type": "string",
            "format": "datetime",
            "description": "When these terms expire (empty = perpetual)"
          },
          "licenseType": {
            "type": "string",
            "description": "The type of license",
            "knownValues": [
              "allRightsReserved",
              "creativeCommons",
              "publicDomain",
              "custom"
            ]
          },
          "territories": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 128
            },
            "description": "Geographic territories where these terms apply (empty = worldwide)"
          },
          "workReference": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference to the work these terms apply to"
          },
          "worldReference": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference to the world this usage record belongs to"
          },
          "allowCommercial": {
            "type": "boolean",
            "description": "Whether commercial use is permitted"
          },
          "allowDerivatives": {
            "type": "boolean",
            "description": "Whether derivative works are permitted"
          },
          "allowPerformance": {
            "type": "boolean",
            "description": "Whether public performance is permitted"
          },
          "requireAttribution": {
            "type": "boolean",
            "description": "Whether attribution is required"
          }
        }
      },
      "description": "Terms and permissions for a work. What's allowed, where, for how long, and under what conditions."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against world.ptah.usage

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:l45z35sxxjuobp5q65a5vu22
CID
bafyreief4guwst7vm6fbmajymubajfxatxj4tftlrsikawdqwobrkee73y
Indexed At
2026-03-25 20:41 UTC
AT-URI
at://did:plc:l45z35sxxjuobp5q65a5vu22/com.atproto.lexicon.schema/world.ptah.usage

Lexicon Garden

@