org.user-intents.demo.declaration

lexicon.store View official

{
  "id": "org.user-intents.demo.declaration",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": ""
          },
          "bulkDataset": {
            "ref": "org.user-intents.demo.declaration#intent",
            "type": "ref",
            "description": "Inclusion of account data in bulk 'snapshot' datasets which are publicly redistributed, even if only for a fixed time period"
          },
          "protocolBridging": {
            "ref": "org.user-intents.demo.declaration#intent",
            "type": "ref",
            "description": "Bridging account data or interactions into distinct social web protocol ecosystems"
          },
          "publicAccessArchive": {
            "ref": "org.user-intents.demo.declaration#intent",
            "type": "ref",
            "description": "Public access to or replay of account data as part of archiving and preservation efforts"
          },
          "syntheticContentGeneration": {
            "ref": "org.user-intents.demo.declaration#intent",
            "type": "ref",
            "description": "Use of account data as input to machine learning models which could be used to generate synthetic content or interactions"
          }
        }
      },
      "required": [],
      "description": "TODO"
    },
    "intent": {
      "type": "object",
      "required": [
        "updatedAt"
      ],
      "properties": {
        "allow": {
          "type": "boolean",
          "description": "indicates user intent for reuse. Note that this field is optional, and thus tri-state (true, false, undefined)"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime",
          "description": ""
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.user-intents.demo.declaration

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreibb2mhijvjcm72doexo3yge7rhtgygegq5mnhvotlsrcxzvutkzbi
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.user-intents.demo.declaration

Lexicon Garden

@