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-xml-validation Show documentation
Show all versions of gravitee-policy-xml-validation Show documentation
Validate an XML payload against a XSD schema
The newest version!
{
"type" : "object",
"id" : "urn:xmlschema:io:gravitee:policy:XmlValidationPolicyConfiguration",
"properties" : {
"errorMessage": {
"title": "Http error message",
"description": "Http error message to send when request is not valid. Status code is 400 as Bad request. Supports EL.",
"type": "string",
"x-schema-form": {
"type": "codemirror",
"codemirrorOptions": {
"placeholder": "Put your error message here or drag'n'drop it",
"lineWrapping": true,
"lineNumbers": true,
"allowDropFileTypes": true,
"autoCloseTags": true,
"mode": "xml",
"value": "validation/internal"
},
"expression-language": true
}
},
"xsdSchema": {
"title": "xsdSchema",
"description": "XML schema used for request payload validation",
"type": "string",
"x-schema-form": {
"type": "codemirror",
"codemirrorOptions": {
"placeholder": "Put your xml schema here or drag'n'drop it",
"lineWrapping": true,
"lineNumbers": true,
"allowDropFileTypes": true,
"autoCloseTags": true,
"mode": "xml"
}
}
}
},
"required": [
"xsdSchema"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy