This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.optimade.org/defs/v1.2/properties/optimade/references/year
Definition name: year
Property name: year
Description: The year of publication or writing.
Type: string
Examples:
"1984"
JSON definition:
{
"$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/references/year",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
"title": "year",
"x-optimade-type": "string",
"x-optimade-definition": {
"label": "year_optimade_references",
"kind": "property",
"version": "1.2.0",
"format": "1.2",
"name": "year"
},
"type": [
"string",
"null"
],
"description": "The year of publication or writing.",
"examples": [
"1984"
],
"x-optimade-unit": "inapplicable"
}