All Downloads are FREE. Search and download functionalities are using the official Maven repository.

api.apim-configuration-schema.json Maven / Gradle / Ivy

There is a newer version: 3.10.0
Show newest version
{
  "type": "object",
  "id": "apim",
  "properties": {
    "flow-mode": {
      "title": "Flow Mode",
      "description": "The flow mode",
      "type": "string",
      "enum": [ "default", "best_match" ],
      "default": "default",
      "x-schema-form": {
        "titleMap": {
          "default": "Default",
          "best_match": "Best match"
        }
      }
    }
  },
  "required": [],
  "disabled": []
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy