{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/communicationType", "title": "communicationType", "type": "object", "properties": { "code": { "type": "string", "example": "EC" }, "name": { "type": "string", "example": "Executive Communication" } } }