name of the species (property)

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/common/species_name
Definition name: species_name

Property name: name of the species
Description: The name of the species.
Type: string

Examples:

Formats: [JSON] [MD]

JSON definition:

{
    "$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/common/species_name",
    "$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
    "title": "name of the species",
    "x-optimade-type": "string",
    "x-optimade-definition": {
        "label": "species_name_optimade_common",
        "kind": "property",
        "version": "1.2.0",
        "format": "1.2",
        "name": "species_name"
    },
    "type": [
        "string"
    ],
    "description": "The name of the species.",
    "examples": [
        "Na",
        "Si[32982]",
        "quop"
    ],
    "x-optimade-unit": "inapplicable"
}