schemas.schema-form.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gravitee-policy-json-to-json Show documentation
Show all versions of gravitee-policy-json-to-json Show documentation
Description of the JSON to JSON Transformation Gravitee Policy
{
"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