This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.anyterial.se/defs/v0.1/properties/core/fraction
Definition name: fraction
Property name: Fraction
Description: A numerical representation formed as the quotient of two numbers represented as a string.
Type: string
Examples:
"2/3""5/42""10""0"JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/core/fraction",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
"title": "Fraction",
"x-optimade-type": "string",
"x-optimade-definition": {
"label": "fraction_core",
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "fraction"
},
"type": [
"string",
"null"
],
"description": "A numerical representation formed as the quotient of two numbers represented as a string.",
"examples": [
"2/3",
"5/42",
"10",
"0"
],
"x-optimade-unit": "inapplicable"
}