Change hiring_status

This commit is contained in:
2020-12-22 13:43:28 +01:00
parent 9c94c16e56
commit 1623c9510a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"age": 17,
"hiring": {
"status": "not_available",
"color": "red"
"status": "available",
"color": "green"
}
}