schema definition common Id
Tuesday, November 28, 2017 2:37 PMDescription
An ID is a named label.
Fields
Field name | Value type | Description |
---|---|---|
name |
String | Name of the identifier. |
value |
String | Value of the identifier. |
tags |
Array of strings | Tags that apply to the ID. |
Examples
Store the CAS number of MgO2
{
"name": "CAS",
"value": "1335-26-8"
}