debian-mirror-gitlab/app/validators/json_schemas/http_integration_payload_attribute_mapping.json
2021-02-22 17:27:13 +05:30

14 lines
272 B
JSON

{
"type": "object",
"patternProperties": {
".*": {
"type": "object",
"required": ["path", "type"],
"properties": {
"path": { "type": "array" },
"type": { "type": "string" }
},
"additionalProperties": false
}
}
}