
eedm.philanthropic-interest-purposes.v7.0.philanthropic-interest-purposes.json Maven / Gradle / Ivy
{
"title" : "Philanthropic Interest Purposes",
"description" : "Specific purposes within of an area of interest in which a constituent has expressed a willingness to support (e.g. museums within the area of art and culture).",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the Philanthropic Interest Purpose.",
"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 Philanthropic Interest Purpose.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the Philanthropic Interest Purpose.",
"type" : "string"
},
"interestArea" : {
"title" : "Interest Area",
"description" : "The philanthropic interest area associated with the purpose.",
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Interest Area.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/philanthropic-interest-areas/{id}",
"targetSchema" : {
"$ref" : "philanthropic-interest-areas.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}
},
"required" : [ "id", "title", "interestArea" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy