costing.json
Copy 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"
}
}
}