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

schemas.urn:jsonschema:io:gravitee:policy:xslt:configuration:XSLTTransformationPolicyConfiguration.json Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
{
  "type" : "object",
  "id" : "urn:jsonschema:io:gravitee:policy:xslt:configuration:XSLTTransformationPolicyConfiguration",
  "properties" : {
    "stylesheet" : {
      "title": "XSLT stylesheet",
      "type" : "string",
      "x-schema-form": {
        "type": "textarea",
        "placeholder": "Place your XSLT stylesheet here"
      }
    },
    "parameters" : {
      "type" : "array",
      "title": "XSLT parameters",
      "items" : {
        "type" : "object",
        "id" : "urn:jsonschema:io:gravitee:policy:xslt:configuration:XSLTParameter",
        "title": "Parameter",
        "properties" : {
          "name" : {
            "title": "Name",
            "type" : "string"
          },
          "value" : {
            "title": "Value",
            "type" : "string"
          }
        },
        "required": [
          "name",
          "value"
        ]
      }
    }
  },
  "required": [
    "stylesheet"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy