zone.stratos.boundary.defs

lexicon.northsky.app

Documentation

Domain object

A specific domain to define exposure boundary.

Properties

value string Required

Domain identifier for boundary. Must be a valid domain name.

maxLength: 253 bytes
View raw schema
{
  "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 object

A collection of domains that define the exposure boundary for a record.

Properties

values array of ref#Domain Required

List of domains that can access this record.

maxLength: 10 items
View raw schema
{
  "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."
}

Lexicon Garden

@