avatar_measurements_error_v1_0.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"error_status": {
"type": "string",
"enum": [
"success",
"error_converging",
"target_values_not_reached"
]
},
"reset_candidates": {
"type": "array",
"items": {
"type": "string"
}
}
}
}