WSO2 · Schema

Application Configuration Constraint

ApplicationConfigurationConstraint schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
type string
value object
View JSON Schema on GitHub

JSON Schema

devportal-api-application-configuration-constraint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/devportal-api-application-configuration-constraint-schema.json",
  "title": "Application Configuration Constraint",
  "description": "ApplicationConfigurationConstraint schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "RANGE"
    },
    "value": {
      "type": "object",
      "properties": {},
      "example": "{ \"min\": 60, \"max\": 3600 }"
    }
  }
}