{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/laws", "title": "laws", "type": "object", "properties": { "number": { "type": "string", "example": "117-108" }, "type": { "type": "string", "example": "Public Law" } } }