
eedm.giving-classifications.v10.0.giving-classifications.json Maven / Gradle / Ivy
{
"title" : "Giving Classifications",
"description" : "The user defined list of giving classifications.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the giving classification.",
"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 giving classification.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the giving classification.",
"type" : "string"
},
"type" : {
"title" : "Type",
"description" : "The type of giving classification, e.g Challenge Grant, Tribute, etc.",
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Type.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/giving-classification-types/{id}",
"targetSchema" : {
"$ref" : "giving-classification-types.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}
},
"required" : [ "id", "title", "type" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy