{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "APTCAllocationResult", "description": "Schema for APTCAllocationResult from CMS Marketplace API", "properties": { "enrollment_group_id": { "type": "number" }, "amount": { "type": "number" } } }