{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/Subjects", "title": "Subjects", "type": "object", "properties": { "legislativeSubjects": { "type": "array", "items": { "$ref": "#/components/schemas/legislativeSubjects" } }, "policyArea": { "$ref": "#/components/schemas/policyArea" } } }