Red Hat 3scale · Schema

Service

API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat

Properties

Name Type Description
id integer
name string
description string
system_name string
backend_version string Authentication mode (1=API Key, 2=App ID/Key, oidc=OAuth/OIDC)
deployment_option string
View JSON Schema on GitHub

JSON Schema

red-hat-3scale-service-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Service",
  "title": "Service",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "system_name": {
      "type": "string"
    },
    "backend_version": {
      "type": "string",
      "description": "Authentication mode (1=API Key, 2=App ID/Key, oidc=OAuth/OIDC)"
    },
    "deployment_option": {
      "type": "string"
    }
  }
}