blob: e4c1575f2cbcff8ba3ed458cc5d66c4752b79c5a [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/form/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"target" : "events",
"name": "form",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "FormEvent",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/event/1-0-0" }],
"properties" : {
"properties" : {
"type" : "object",
"unomiFormMappingLookup" : true,
"maxProperties": 50
},
"source" : {
"$ref" : "https://unomi.apache.org/schemas/json/customitems/site/1-0-0"
},
"target" : {
"$ref" : "https://unomi.apache.org/schemas/json/customitems/page/1-0-0"
}
}
}