NGINX · JSON Structure

Plus Http Api Array Of Strings Structure

An array of strings.

Type: array Properties: 0
API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

Array is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Array",
  "description": "An array of strings.\n",
  "type": "array",
  "values": {
    "type": "string"
  }
}