{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/textVersion", "title": "textVersion", "type": "object", "properties": { "count": { "type": "integer", "example": 1 }, "url": { "type": "string", "format": "url", "example": "https://api.congress.gov/v3/amendment/117/samdt/4/text?format=json" } } }