Schema for Guideline from CMS Marketplace API
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Guideline", "description": "Schema for Guideline from CMS Marketplace API", "properties": { "household_size": { "description": "Total size of household", "format": "integer", "type": "number" }, "guideline": { "description": "Federal poverty level guideline", "format": "integer", "type": "number" } }, "type": "object" }