Share feedback
Answers are generated based on the documentation.

Schema

NamespaceData

Type: object

namespaces

Type: array

Array item

Type: string

All schema constraints and annotations
{
  "type": "string"
}
All schema constraints and annotations
{
  "items": {
    "type": "string"
  },
  "type": "array"
}
All schema constraints and annotations
{
  "examples": [
    {
      "namespaces": [
        "myorganization"
      ]
    }
  ],
  "properties": {
    "namespaces": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}