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