
eedm.races.v6.0.races.json Maven / Gradle / Ivy
{
"title" : "Races",
"description" : "The categorization scheme based on human genetic markers such as blood groups, distinct culture, or other physical characteristics.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of a race to be used in all external references to a race.",
"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 a racial category.",
"type" : "string",
"minLength" : 1
},
"code" : {
"title" : "Code",
"description" : "Human-readable code that identifies a racial category.",
"type" : "string"
},
"description" : {
"title" : "Description",
"description" : "The description of a racial category.",
"type" : "string"
},
"reporting" : {
"title" : "Reporting",
"description" : "Properties required for governmental or other reporting.",
"type" : "array",
"items" : {
"type" : "object",
"properties" : {
"country" : {
"title" : "Country",
"description" : "The country with specific reporting requirements.",
"oneOf" : [ {
"title" : "USA",
"description" : "Reporting requirements for the United States of America",
"type" : "object",
"properties" : {
"code" : {
"title" : "Code",
"description" : "The country code for the United States of America.",
"enum" : [ "USA" ],
"type" : "string"
},
"racialCategory" : {
"title" : "Racial Category",
"description" : "The IPEDS racial category to which the race belongs.",
"enum" : [ "americanIndianOrAlaskaNative", "asian", "blackOrAfricanAmerican", "hawaiianOrPacificIslander", "white" ],
"type" : "string"
}
},
"additionalProperties" : false,
"required" : [ "code", "racialCategory" ]
} ]
}
},
"additionalProperties" : false
}
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy