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