Apinizer · JSON Structure

Apinizer Gateway Structure

Structure representing an API gateway in the Apinizer platform

Type: object Properties: 6
API GatewayAPI ManagementAPI MonitoringAPI SecurityPolicies

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

Properties

id name description baseUrl status createdAt

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-gateway-structure.json",
  "title": "Apinizer Gateway",
  "description": "Structure representing an API gateway in the Apinizer platform",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "baseUrl": { "type": "string" },
    "status": { "type": "string" },
    "createdAt": { "type": "datetime" }
  }
}