org.user-intents.demo.declaration

lex.user-intents.org

Documentation

TODO

main record

TODO

Record Key literal:self Fixed literal value

Properties

bulkDataset ref #intent Optional

Inclusion of account data in bulk 'snapshot' datasets which are publicly redistributed, even if only for a fixed time period

protocolBridging ref #intent Optional

Bridging account data or interactions into distinct social web protocol ecosystems

publicAccessArchive ref #intent Optional

Public access to or replay of account data as part of archiving and preservation efforts

syntheticContentGeneration ref #intent Optional

Use of account data as input to machine learning models which could be used to generate synthetic content or interactions

updatedAt string datetime Optional

No description available.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": ""
      },
      "bulkDataset": {
        "ref": "#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": "#intent",
        "type": "ref",
        "description": "Bridging account data or interactions into distinct social web protocol ecosystems"
      },
      "publicAccessArchive": {
        "ref": "#intent",
        "type": "ref",
        "description": "Public access to or replay of account data as part of archiving and preservation efforts"
      },
      "syntheticContentGeneration": {
        "ref": "#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 object

No description available.

Properties

allow boolean Optional

indicates user intent for reuse. Note that this field is optional, and thus tri-state (true, false, undefined)

updatedAt string datetime Required

No description available.

View raw schema
{
  "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": ""
    }
  }
}

Lexicon Garden

@