tools.ozone.set.addValues

ozone-lexicons.bsky.social

{
  "id": "tools.ozone.set.addValues",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "name",
            "values"
          ],
          "properties": {
            "name": {
              "type": "string",
              "description": "Name of the set to add values to"
            },
            "values": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "maxLength": 1000,
              "minLength": 1,
              "description": "Array of string values to add to the set"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Add values to a specific set. Attempting to add values to a set that does not exist will result in an error."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tools.ozone.set.addValues

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:33dt5kftu3jq2h5h4jjlqezt
CID
bafyreig7gtf5j45rairkass6u6qah5s6ftwszuohlwxt6uv7hpmsgdhgk4
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.set.addValues

Lexicon Garden

@