{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/u-s-bureau-of-labor-statistics/refs/heads/main/json-structure/bls-footnote-structure.json", "description": "A footnote code and text applicable to a data point.", "type": "object", "properties": { "code": { "type": "string", "description": "Footnote code letter.", "example": "P" }, "text": { "type": "string", "description": "Footnote explanation text.", "example": "Preliminary" } }, "name": "Footnote" }