blob: 03d4f71994ae47f2439e4067fd75d34415053772 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/metadata/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Metadata",
"type": "object",
"properties" : {
"id" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"description" : {
"type" : "string"
},
"scope" : {
"type" : "string"
},
"tags" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"systemTags" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"enabled" : {
"type" : "boolean"
},
"missingPlugins" : {
"type" : "boolean"
},
"hidden" : {
"type" : "boolean"
},
"readOnly" : {
"type" : "boolean"
}
}
}