blob: f5cd6121d11155ddd9f81c0b716111747a37f994 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/dummy/properties/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self": {
"vendor": "org.modules.jahia",
"name": "dummyProperties",
"format": "jsonschema",
"version": "1-0-0"
},
"title": "dummyProperties",
"type": "object",
"properties": {
"workspace": {
"type": "string"
},
"path": {
"type": "string",
"maxLength": 20000
}
},
"unevaluatedProperties": false
}