{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/Activity", "title": "Activity", "type": "object", "properties": { "date": { "type": "string", "format": "date", "example": "2019-01-01" }, "name": { "type": "string", "example": "Reported By" } } }