
eedm.constituent-activity-categories.v7.0.constituent-activity-categories.json Maven / Gradle / Ivy
{
"title" : "Constituent Activity Categories",
"description" : "A categorization (e.g. arts, sports, civics, ...) of constituent activities.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "A global identifier of the constituent activity category.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
},
"title" : {
"title" : "Title",
"description" : "The full name of the constituent activity category.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "A full description of the constituent activity category.",
"type" : "string"
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy