{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EndOfSegmentLocation", "type": "object", "description": "Location at the end of a body, header, footer, or footnote.", "properties": { "segmentId": { "type": "string", "description": "The ID of the header, footer, or footnote the location is in. An empty segment ID signifies the document body." }, "tabId": { "type": "string", "description": "The tab that the location is in." } } }