Browse Source

Update net income options in doc

pull/62/head
Kat 4 years ago
parent
commit
dc6c8c21f8
  1. 10
      docs/api/DLUHC-CORE-Data.v1.json

10
docs/api/DLUHC-CORE-Data.v1.json

@ -901,7 +901,13 @@
}, },
"net_income_uc_proportion": { "net_income_uc_proportion": {
"type": "string", "type": "string",
"minLength": 1 "minLength": 1,
"enum": [
"All",
"Some",
"None",
"Do not know"
]
}, },
"housing_benefit": { "housing_benefit": {
"type": "string", "type": "string",
@ -1158,4 +1164,4 @@
}, },
"securitySchemes": {} "securitySchemes": {}
} }
} }
Loading…
Cancel
Save