# ExactNetworkPolicy


[API catalog](/reference/api/) · [Docker Sandboxes overview](/reference/api/sandboxes/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes-api/) · [OpenAPI specification](/reference/api/sandboxes/api.yaml)

API version: v1


> This API is experimental. Features, interfaces,
> and behavior may change.




Schema constraints and annotations:

```json
{
  "description": "ExactNetworkPolicy is a complete consumer-installed generation; its last node is the root.",
  "properties": {
    "nodes": {
      "description": "nodes are complete and topologically ordered; the final node is the root.",
      "items": {
        "$ref": "#/components/schemas/ExactPolicyNode"
      },
      "maxItems": 256,
      "minItems": 1,
      "type": "array"
    },
    "revision": {
      "description": "revision binds authority, configuration and resolved conditions to the installed generation.",
      "minLength": 1,
      "type": "string"
    },
    "selectorVersion": {
      "const": "destination.v1",
      "description": "selector_version fixes matching semantics across implementations.",
      "type": "string"
    }
  },
  "required": [
    "revision",
    "selectorVersion",
    "nodes"
  ],
  "title": "ExactNetworkPolicy",
  "type": "object"
}
```



