
eedm.administrative-periods.v1.0.0.administrative-periods.json Maven / Gradle / Ivy
{
"title" : "Administrative Periods",
"description" : "A custom defined time period for administrative purposes.",
"version" : "1.0.0",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "A global identifier of an administrative time period.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
},
"code" : {
"title" : "Code",
"description" : "A code that identifies an administrative time period.",
"type" : "string"
},
"title" : {
"title" : "Title",
"description" : "The full name of an administrative time period (for example, '2014-2015 Reporting Year').",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of an administrative time period.",
"type" : "string"
},
"startOn" : {
"title" : "Period Start Date",
"description" : "The date when an administrative period begins.",
"type" : "string",
"format" : "date-time",
"pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[+-](?:2[0-3]|[0-1][0-9]):[0-5][0-9])?$"
},
"endOn" : {
"title" : "Period End Date",
"description" : "The date when an administrative period ends.",
"type" : "string",
"format" : "date-time",
"pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[+-](?:2[0-3]|[0-1][0-9]):[0-5][0-9])?$"
},
"type" : {
"title" : "Type",
"description" : "A categorization of an administrative period.",
"enum" : [ "term" ],
"type" : "string"
}
},
"required" : [ "id", "title", "startOn", "endOn", "type" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy