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/edition
Definition name: edition
Property name: edition
Description: The edition of a book (the edition field in the BibTeX specification).
Type: string
Examples:
"Second"
JSON definition:
{
"$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/references/edition",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
"title": "edition",
"x-optimade-type": "string",
"x-optimade-definition": {
"label": "edition_optimade_references",
"kind": "property",
"version": "1.2.0",
"format": "1.2",
"name": "edition"
},
"type": [
"string",
"null"
],
"description": "The edition of a book (the edition field in the BibTeX specification).",
"examples": [
"Second"
],
"x-optimade-unit": "inapplicable"
}