Apinizer · JSON Structure

Apinizer Policy Structure

Structure representing a policy in the Apinizer platform

Type: object Properties: 4
API GatewayAPI ManagementAPI MonitoringAPI SecurityPolicies

Apinizer Policy Structure is a JSON Structure definition published by Apinizer, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name type configuration

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apinizer/main/json-structure/apinizer-policy-structure.json",
  "title": "Apinizer Policy",
  "description": "Structure representing a policy in the Apinizer platform",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "type": { "type": "string" },
    "configuration": { "type": "object" }
  }
}