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