To represent a number.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaNumericValue", "title": "GoogleAnalyticsAdminV1betaNumericValue", "description": "To represent a number.", "properties": { "doubleValue": { "description": "Double value", "format": "double", "type": "number" }, "int64Value": { "description": "Integer value", "format": "int64", "type": "string" } }, "type": "object" }