{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NamedRange", "type": "object", "description": "A named range.", "properties": { "namedRangeId": { "type": "string", "description": "The ID of the named range." }, "name": { "type": "string", "description": "The name of the named range." } } }