zone.stratos.boundary.defs

lexicon.store View official

{
  "id": "zone.stratos.boundary.defs",
  "defs": {
    "Domain": {
      "type": "object",
      "required": [
        "value"
      ],
      "properties": {
        "value": {
          "type": "string",
          "maxLength": 253,
          "description": "Domain identifier for boundary. Must be a valid domain name."
        }
      },
      "description": "A specific domain to define exposure boundary."
    },
    "Domains": {
      "type": "object",
      "required": [
        "values"
      ],
      "properties": {
        "values": {
          "type": "array",
          "items": {
            "ref": "#Domain",
            "type": "ref"
          },
          "maxLength": 10,
          "description": "List of domains that can access this record."
        }
      },
      "description": "A collection of domains that define the exposure boundary for a record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against zone.stratos.boundary.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreifafyxtpclihfbsl4zb5vxp72xmjt6r4i3veqsbqwolruar3wagke
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/zone.stratos.boundary.defs

Lexicon Garden

@