{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateNamedRangeRequest",
"type": "object",
"description": "Creates a NamedRange referencing the given range.",
"properties": {
"name": {
"type": "string",
"description": "The name of the NamedRange. Names do not need to be unique."
}
}
}