{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/fred/refs/heads/main/json-structure/api-source-structure.json", "name": "Source", "description": "An originating source of FRED economic data.", "type": "object", "properties": { "id": { "type": "int32", "example": 1 }, "realtime_start": { "type": "date", "example": "2026-05-28" }, "realtime_end": { "type": "date", "example": "2026-05-28" }, "name": { "type": "string", "example": "Unemployment Rate" }, "link": { "type": "uri", "example": "https://fred.stlouisfed.org/" }, "notes": { "type": "string", "example": "Editorial notes." } }, "required": [ "id", "name" ] }