costing_v1_0.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"value": {
"type": "string"
},
"description": {
"type": "string"
},
"visible": {
"type": "boolean"
},
"state": {
"enum": [
"normal",
"danger",
"updating",
"error"
]
},
"metadata": {
"type": "object"
}
}
}