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