records
Periodic table / Tableau périodique des éléments (Mendeleïev)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"periodic-table",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/periodic-table"
}
] - "definitions":{
- "periodic-table":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/periodic-table_records"
}
}
} - "records":
} - "properties":
- "periodic-table_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "atomicnumber":,{
- "type":"integer",
- "title":"Atomic Number",
- "description":""
} - "symbol":,{
- "type":"string",
- "title":"Symbol",
- "description":""
} - "name":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "yeardiscovered":,{
- "type":"string",
- "format":"date",
- "title":"Year Discovered",
- "description":""
} - "atomicmass":,{
- "type":"string",
- "title":"Atomic Mass",
- "description":""
} - "electronicconfiguration":,{
- "type":"string",
- "title":"Electronic Configuration",
- "description":""
} - "electronegativity":,{
- "type":"number",
- "title":"Electronegativity",
- "description":""
} - "atomicradius":,{
- "type":"number",
- "title":"Atomic Radius",
- "description":""
} - "ionradius":,{
- "type":"string",
- "title":"Ion Radius",
- "description":""
} - "ionizationenergy":,{
- "type":"number",
- "title":"Ionization Energy",
- "description":""
} - "electronaffinity":,{
- "type":"number",
- "title":"Electron Affinity",
- "description":""
} - "oxidationstates":,{
- "type":"string",
- "title":"Oxidation States",
- "description":""
} - "standardstate":,{
- "type":"string",
- "title":"Standard State",
- "description":""
} - "bondingtype":,{
- "type":"string",
- "title":"Bonding Type",
- "description":""
} - "meltingpoint":,{
- "type":"number",
- "title":"Melting Point",
- "description":""
} - "boilingpoint":,{
- "type":"number",
- "title":"Boiling Point",
- "description":""
} - "density":,{
- "type":"number",
- "title":"Density",
- "description":""
} - "groupblock":,{
- "type":"string",
- "title":"Group Block",
- "description":""
} - "vandelwaalsradius":{
- "type":"string",
- "title":"Van Del Waals Radius",
- "description":""
}
} - "atomicnumber":
}
} - "fields":
} - "properties":
} - "periodic-table":
}