NGINX · Schema

Array

An array of strings.

API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server
View JSON Schema on GitHub

JSON Schema

plus-http-api-array-of-strings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nginx/refs/heads/main/json-schema/plus-http-api-array-of-strings-schema.json",
  "title": "Array",
  "description": "An array of strings.\n",
  "type": "array",
  "items": {
    "type": "string"
  }
}