
eedm.contribution-categories.v12.0.contribution-categories.json Maven / Gradle / Ivy
{
"title" : "Contribution Categories",
"description" : "A user defined categorization of contributions.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the contribution 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 contribution category.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the contribution category.",
"type" : "string"
},
"group" : {
"title" : "Group",
"description" : "The group associated with the contribution category.",
"oneOf" : [ {
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Group.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/contribution-category-groups/{id}",
"targetSchema" : {
"$ref" : "contribution-category-groups.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}, {
"type" : "object",
"maxProperties" : 0
} ]
},
"plannedGiftType" : {
"title" : "Planned Gift Type",
"description" : "An indication whether the planned gift type is a deferred gift or planned bequest.",
"oneOf" : [ {
"type" : "string",
"enum" : [ "deferredGift", "realizedBequest" ]
}, {
"type" : "string",
"maxLength" : 0
} ]
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy