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

schemas.schema-form.json Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
{
  "type" : "object",
  "id" : "urn:jsonschema:io:gravitee:policy:json2json:configuration:JsonToJsonTransformationPolicyConfiguration",
  "properties" : {
    "scope" : {
      "title": "Scope",
      "description": "Execute policy on request or response phase.",
      "type" : "string",
      "default": "REQUEST",
      "enum" : [ "REQUEST", "RESPONSE" ],
      "deprecated": "true"
    },
    "overrideContentType" : {
      "title": "Override the Content-Type",
      "description": "Enforce the Content-Type: application/json",
      "type" : "boolean",
      "default": true
    },
    "specification" : {
      "title": "JOLT specification",
      "type" : "string",
      "x-schema-form": {
        "type": "codemirror",
        "codemirrorOptions": {
          "placeholder": "Place your JOLT specification here or drag'n'drop your JOLT specification file",
          "lineWrapping": true,
          "lineNumbers": true,
          "allowDropFileTypes": true,
          "autoCloseTags": true,
          "mode": "javascript"
        },
        "expression-language": true
      }
    }
  },
  "required": [
    "specification"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy