blob: cba8c6d325700ae55ea6164392c05b6ad68fc51c [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/parameter/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Parameter",
"type": "object",
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
},
"multivalued" : {
"type" : "boolean"
},
"defaultValue" : {
"type" : "string"
}
}
}