Schema for APTCEnrollee from CMS Marketplace API
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "APTCEnrollee", "description": "Schema for APTCEnrollee from CMS Marketplace API", "properties": { "is_pediatric": { "type": "boolean" }, "aptc_percentage": { "type": "number", "format": "float" } } }