blob: 1bc5dd8a1e17ae8513b57353300a03b2330ab663 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/form/flattenedProperties/fields/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor": "org.apache.unomi",
"name": "Form fields",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "Form fields",
"type": "object",
"patternProperties": {
"^.*$": {
"type": ["array", "string"],
"items": {
"type": "string"
}
}
},
"unevaluatedProperties": false
}