2021-09-04 01:27:46 +05:30
|
|
|
{
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"minItems": 2,
|
|
|
|
"maxItems": 3,
|
|
|
|
"type": "object",
|
|
|
|
"required": ["value", "title"],
|
|
|
|
"properties": {
|
2022-04-04 11:22:00 +05:30
|
|
|
"identifier": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2021-09-04 01:27:46 +05:30
|
|
|
"value": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"unit": {
|
|
|
|
"type": "string"
|
2021-12-11 22:18:48 +05:30
|
|
|
},
|
|
|
|
"links": {
|
|
|
|
"type": "array"
|
2021-09-04 01:27:46 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
}
|