diff --git a/schemas/data/application-closes.example.1.json b/schemas/data/application-closes.example.1.json index 02d0fe5259..19b3f6d61e 100644 --- a/schemas/data/application-closes.example.1.json +++ b/schemas/data/application-closes.example.1.json @@ -2,5 +2,5 @@ "schema:name": "application metric: applicationCloses", "@id": "xdm:applicationCloses", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/application-closes.schema.json b/schemas/data/application-closes.schema.json index 583ad89791..63a6ef054c 100644 --- a/schemas/data/application-closes.schema.json +++ b/schemas/data/application-closes.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/bitrate-changes.example.1.json b/schemas/data/bitrate-changes.example.1.json index 54a0674883..b20839a4f6 100644 --- a/schemas/data/bitrate-changes.example.1.json +++ b/schemas/data/bitrate-changes.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: bitrateChanges", "@id": "xdm:bitrateChanges", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/bitrate-changes.schema.json b/schemas/data/bitrate-changes.schema.json index 56e3496171..39804d24e0 100644 --- a/schemas/data/bitrate-changes.schema.json +++ b/schemas/data/bitrate-changes.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/bounces.example.1.json b/schemas/data/bounces.example.1.json index 509cb989ec..6a064a926d 100644 --- a/schemas/data/bounces.example.1.json +++ b/schemas/data/bounces.example.1.json @@ -2,5 +2,5 @@ "schema:name": "direct-marketing metric: bounces", "@id": "xdm:bounces", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/bounces.schema.json b/schemas/data/bounces.schema.json index 72db519409..9005963924 100644 --- a/schemas/data/bounces.schema.json +++ b/schemas/data/bounces.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/buffers.example.1.json b/schemas/data/buffers.example.1.json index 5ec30eee29..d7ce677a1c 100644 --- a/schemas/data/buffers.example.1.json +++ b/schemas/data/buffers.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: buffers", "@id": "xdm:buffers", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/buffers.schema.json b/schemas/data/buffers.schema.json index e471ed3f4b..22efc55354 100644 --- a/schemas/data/buffers.schema.json +++ b/schemas/data/buffers.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/cart-abandons.example.1.json b/schemas/data/cart-abandons.example.1.json index a1bff4c7e2..e97e1a9084 100644 --- a/schemas/data/cart-abandons.example.1.json +++ b/schemas/data/cart-abandons.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: cartAbandons", "@id": "xdm:cartAbandons", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/cart-abandons.schema.json b/schemas/data/cart-abandons.schema.json index 8cee968106..b92b9ef8a9 100644 --- a/schemas/data/cart-abandons.schema.json +++ b/schemas/data/cart-abandons.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/checkouts.example.1.json b/schemas/data/checkouts.example.1.json index 269a9d853b..f3d419d6c8 100644 --- a/schemas/data/checkouts.example.1.json +++ b/schemas/data/checkouts.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: checkouts", "@id": "xdm:checkouts", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/checkouts.schema.json b/schemas/data/checkouts.schema.json index 45b901ef32..db201cdfff 100644 --- a/schemas/data/checkouts.schema.json +++ b/schemas/data/checkouts.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/clicks.example.1.json b/schemas/data/clicks.example.1.json index 5d84f8d1cb..b628e12c30 100644 --- a/schemas/data/clicks.example.1.json +++ b/schemas/data/clicks.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: clicks", "@id": "xdm:clicks", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/clicks.schema.json b/schemas/data/clicks.schema.json index b061063c99..5bfca13660 100644 --- a/schemas/data/clicks.schema.json +++ b/schemas/data/clicks.schema.json @@ -32,7 +32,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/completes.example.1.json b/schemas/data/completes.example.1.json index b3b3121a42..e5987e2215 100644 --- a/schemas/data/completes.example.1.json +++ b/schemas/data/completes.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: completes", "@id": "xdm:completes", "xdm:measurement": "count", - "xdm:unit": null -} \ No newline at end of file + "xdm:unit": "" +} diff --git a/schemas/data/completes.schema.json b/schemas/data/completes.schema.json index 7db44f3f3b..d0132a3dac 100644 --- a/schemas/data/completes.schema.json +++ b/schemas/data/completes.schema.json @@ -32,7 +32,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/conversions.example.1.json b/schemas/data/conversions.example.1.json index 897f76638a..2a65bede20 100644 --- a/schemas/data/conversions.example.1.json +++ b/schemas/data/conversions.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: conversions", "@id": "xdm:conversions", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/conversions.schema.json b/schemas/data/conversions.schema.json index 774c08ce7f..a81f1f6778 100644 --- a/schemas/data/conversions.schema.json +++ b/schemas/data/conversions.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/drop-before-starts.example.1.json b/schemas/data/drop-before-starts.example.1.json index 562876a6e4..c6b309152d 100644 --- a/schemas/data/drop-before-starts.example.1.json +++ b/schemas/data/drop-before-starts.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: dropBeforeStarts", "@id": "xdm:dropBeforeStarts", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/drop-before-starts.schema.json b/schemas/data/drop-before-starts.schema.json index cf8841b2f9..77e32825e2 100644 --- a/schemas/data/drop-before-starts.schema.json +++ b/schemas/data/drop-before-starts.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/dropped-frames.example.1.json b/schemas/data/dropped-frames.example.1.json index 471e845ee3..134846cb42 100644 --- a/schemas/data/dropped-frames.example.1.json +++ b/schemas/data/dropped-frames.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: droppedFrames", "@id": "xdm:droppedFrames", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/dropped-frames.schema.json b/schemas/data/dropped-frames.schema.json index 02275e3cf6..d35ac2987a 100644 --- a/schemas/data/dropped-frames.schema.json +++ b/schemas/data/dropped-frames.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/errors.example.1.json b/schemas/data/errors.example.1.json index 95cc1fa76e..d534d3720b 100644 --- a/schemas/data/errors.example.1.json +++ b/schemas/data/errors.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: errors", "@id": "xdm:errors", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/errors.schema.json b/schemas/data/errors.schema.json index d4a3a3d632..de45d96af9 100644 --- a/schemas/data/errors.schema.json +++ b/schemas/data/errors.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/feature-usages.example.1.json b/schemas/data/feature-usages.example.1.json index 15c1ed898e..7115decc35 100644 --- a/schemas/data/feature-usages.example.1.json +++ b/schemas/data/feature-usages.example.1.json @@ -2,5 +2,5 @@ "schema:name": "application metric: featureUsages", "@id": "xdm:featureUsages", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/feature-usages.schema.json b/schemas/data/feature-usages.schema.json index 5a3c21f2a9..ca0038532d 100644 --- a/schemas/data/feature-usages.schema.json +++ b/schemas/data/feature-usages.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } @@ -49,4 +49,4 @@ ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], "meta:status": "stabilizing" -} \ No newline at end of file +} diff --git a/schemas/data/federated.example.1.json b/schemas/data/federated.example.1.json index 5b201c0e82..02362d93af 100644 --- a/schemas/data/federated.example.1.json +++ b/schemas/data/federated.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: federated", "@id": "xdm:federated", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/federated.schema.json b/schemas/data/federated.schema.json index e529bd2cec..cc950a0ba3 100644 --- a/schemas/data/federated.schema.json +++ b/schemas/data/federated.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/first-launches.example.1.json b/schemas/data/first-launches.example.1.json index 11421e38f8..ab9a826709 100644 --- a/schemas/data/first-launches.example.1.json +++ b/schemas/data/first-launches.example.1.json @@ -2,5 +2,5 @@ "schema:name": "application metric: firstLaunches", "@id": "xdm:firstLaunches", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/first-launches.schema.json b/schemas/data/first-launches.schema.json index 8ca87c3289..3ec0edf450 100644 --- a/schemas/data/first-launches.schema.json +++ b/schemas/data/first-launches.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/firstquartiles.example.1.json b/schemas/data/firstquartiles.example.1.json index 6d2547194b..1959d5c7ee 100644 --- a/schemas/data/firstquartiles.example.1.json +++ b/schemas/data/firstquartiles.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: firstQuartiles", "@id": "xdm:firstQuartiles", "xdm:measurement": "count", - "xdm:unit": null -} \ No newline at end of file + "xdm:unit": "" +} diff --git a/schemas/data/firstquartiles.schema.json b/schemas/data/firstquartiles.schema.json index e75e5f3e1d..e81763650e 100644 --- a/schemas/data/firstquartiles.schema.json +++ b/schemas/data/firstquartiles.schema.json @@ -32,7 +32,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/impressions.example.1.json b/schemas/data/impressions.example.1.json index 057b346a9e..5aa9ee9604 100644 --- a/schemas/data/impressions.example.1.json +++ b/schemas/data/impressions.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: impressions", "@id": "xdm:impressions", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/impressions.schema.json b/schemas/data/impressions.schema.json index a8856dfd81..52733c7252 100644 --- a/schemas/data/impressions.schema.json +++ b/schemas/data/impressions.schema.json @@ -32,7 +32,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/installs.example.1.json b/schemas/data/installs.example.1.json index 134aa535fc..5176821034 100644 --- a/schemas/data/installs.example.1.json +++ b/schemas/data/installs.example.1.json @@ -2,5 +2,5 @@ "schema:name": "application metric: installs", "@id": "xdm:installs", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/installs.schema.json b/schemas/data/installs.schema.json index fee9c3e173..1e52c55f4c 100644 --- a/schemas/data/installs.schema.json +++ b/schemas/data/installs.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/launches.example.1.json b/schemas/data/launches.example.1.json index ab9d659025..8d43ed2c16 100644 --- a/schemas/data/launches.example.1.json +++ b/schemas/data/launches.example.1.json @@ -2,5 +2,5 @@ "schema:name": "application metric: launches", "@id": "xdm:launches", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/launches.schema.json b/schemas/data/launches.schema.json index 6978637760..2954915d67 100644 --- a/schemas/data/launches.schema.json +++ b/schemas/data/launches.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } @@ -49,4 +49,4 @@ ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], "meta:status": "stabilizing" -} \ No newline at end of file +} diff --git a/schemas/data/linkclicks.example.1.json b/schemas/data/linkclicks.example.1.json index 89bfc52496..0f30a9b8f3 100644 --- a/schemas/data/linkclicks.example.1.json +++ b/schemas/data/linkclicks.example.1.json @@ -2,5 +2,5 @@ "schema:name": "web metric: linkClicks", "@id": "xdm:linkClicks", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/linkclicks.schema.json b/schemas/data/linkclicks.schema.json index ea2d3ca24a..7cb5a569a3 100644 --- a/schemas/data/linkclicks.schema.json +++ b/schemas/data/linkclicks.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } @@ -54,4 +54,4 @@ "xdm:unit" ], "meta:status": "stabilizing" -} \ No newline at end of file +} diff --git a/schemas/data/measuredadnotvisible.example.1.json b/schemas/data/measuredadnotvisible.example.1.json index c550cba8f4..7701d3eaf7 100644 --- a/schemas/data/measuredadnotvisible.example.1.json +++ b/schemas/data/measuredadnotvisible.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: measuredAdNotVisible", "@id": "xdm:measuredAdNotVisible", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/measuredadnotvisible.schema.json b/schemas/data/measuredadnotvisible.schema.json index 892f04f3eb..7b8fbe24ad 100644 --- a/schemas/data/measuredadnotvisible.schema.json +++ b/schemas/data/measuredadnotvisible.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/measuredmuted.example.1.json b/schemas/data/measuredmuted.example.1.json index 4f0de4e701..affc01fa66 100644 --- a/schemas/data/measuredmuted.example.1.json +++ b/schemas/data/measuredmuted.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: measuredMuted", "@id": "xdm:measuredMuted", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/measuredmuted.schema.json b/schemas/data/measuredmuted.schema.json index bc7be4cb35..b0d186e841 100644 --- a/schemas/data/measuredmuted.schema.json +++ b/schemas/data/measuredmuted.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/measuredwindowinactive.example.1.json b/schemas/data/measuredwindowinactive.example.1.json index 94cf2ebacd..f993e6011b 100644 --- a/schemas/data/measuredwindowinactive.example.1.json +++ b/schemas/data/measuredwindowinactive.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: measuredWindowInactive", "@id": "xdm:measuredWindowInactive", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/measuredwindowinactive.schema.json b/schemas/data/measuredwindowinactive.schema.json index 6e70757501..aa3cb2ba1b 100644 --- a/schemas/data/measuredwindowinactive.schema.json +++ b/schemas/data/measuredwindowinactive.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/media-segment-views.example.1.json b/schemas/data/media-segment-views.example.1.json index bdc89038ce..fed6765097 100644 --- a/schemas/data/media-segment-views.example.1.json +++ b/schemas/data/media-segment-views.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: mediaSegmentViews", "@id": "xdm:mediaSegmentViews", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/media-segment-views.schema.json b/schemas/data/media-segment-views.schema.json index 57d19332e1..906854ba40 100644 --- a/schemas/data/media-segment-views.schema.json +++ b/schemas/data/media-segment-views.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/metricdefinition.schema.json b/schemas/data/metricdefinition.schema.json index d2d4c59981..853bd8ded2 100644 --- a/schemas/data/metricdefinition.schema.json +++ b/schemas/data/metricdefinition.schema.json @@ -34,21 +34,13 @@ ] }, "xdm:unit": { - "anyOf": [ - { - "type": "string", - "description": "The unit that this metric is measured in. Whenever possible, metrics should follow the [SI base units](https://www.bipm.org/en/measurement-units/) or be [ISO 4217 currency codes](https://www.iso.org/iso-4217-currency-codes.html).", - "examples": [ - "m", - "kg", - "s", - "USD" - ] - }, - { - "const": null, - "description": "The unit that this metric is measured in. For metric that are counts, the `xdm:unit` must be `null`." - } + "type": "string", + "description": "The unit that this metric is measured in. Whenever possible, metrics should follow the [SI base units](https://www.bipm.org/en/measurement-units/) or be [ISO 4217 currency codes](https://www.iso.org/iso-4217-currency-codes.html).For metric that are counts, the `xdm:unit` must be empty string (equivalent to null)", + "examples": [ + "m", + "kg", + "s", + "USD" ] } } @@ -69,4 +61,4 @@ "xdm:unit" ], "meta:status": "stabilizing" -} \ No newline at end of file +} diff --git a/schemas/data/midpoints.example.1.json b/schemas/data/midpoints.example.1.json index 89cf04fd33..08b7e1aae7 100644 --- a/schemas/data/midpoints.example.1.json +++ b/schemas/data/midpoints.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: midpoints", "@id": "xdm:midpoints", "xdm:measurement": "count", - "xdm:unit": null -} \ No newline at end of file + "xdm:unit": "" +} diff --git a/schemas/data/midpoints.schema.json b/schemas/data/midpoints.schema.json index 18191f57ab..8d44d5d51f 100644 --- a/schemas/data/midpoints.schema.json +++ b/schemas/data/midpoints.schema.json @@ -32,7 +32,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/mirror-pages.example.1.json b/schemas/data/mirror-pages.example.1.json index 1f295b3c47..76269fa468 100644 --- a/schemas/data/mirror-pages.example.1.json +++ b/schemas/data/mirror-pages.example.1.json @@ -2,5 +2,5 @@ "schema:name": "direct-marketing metric: mirrorPages", "@id": "xdm:mirrorPages", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/mirror-pages.schema.json b/schemas/data/mirror-pages.schema.json index aea361dea0..3d5ef8028f 100644 --- a/schemas/data/mirror-pages.schema.json +++ b/schemas/data/mirror-pages.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/non-deliverables.example.1.json b/schemas/data/non-deliverables.example.1.json index e66802a02b..62515121e1 100644 --- a/schemas/data/non-deliverables.example.1.json +++ b/schemas/data/non-deliverables.example.1.json @@ -3,5 +3,5 @@ "@id": "xdm:nonDeliverables", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/non-deliverables.schema.json b/schemas/data/non-deliverables.schema.json index 2599547d2f..0084923ee7 100644 --- a/schemas/data/non-deliverables.schema.json +++ b/schemas/data/non-deliverables.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/not-sent.example.1.json b/schemas/data/not-sent.example.1.json index 15f40d5fdd..d40f51b162 100644 --- a/schemas/data/not-sent.example.1.json +++ b/schemas/data/not-sent.example.1.json @@ -2,5 +2,5 @@ "schema:name": "direct-marketing metric: notSent", "@id": "xdm:notSent", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/not-sent.schema.json b/schemas/data/not-sent.schema.json index c54995ed10..fca5b91188 100644 --- a/schemas/data/not-sent.schema.json +++ b/schemas/data/not-sent.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/opens.example.1.json b/schemas/data/opens.example.1.json index 83ba62e47f..d7681bcf8e 100644 --- a/schemas/data/opens.example.1.json +++ b/schemas/data/opens.example.1.json @@ -2,5 +2,5 @@ "schema:name": "direct-marketing metric: opens", "@id": "xdm:opens", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/opens.schema.json b/schemas/data/opens.schema.json index 4894e8ec8d..e03f05a666 100644 --- a/schemas/data/opens.schema.json +++ b/schemas/data/opens.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/pageviews.example.1.json b/schemas/data/pageviews.example.1.json index d4645c3af5..9680c280bd 100644 --- a/schemas/data/pageviews.example.1.json +++ b/schemas/data/pageviews.example.1.json @@ -2,5 +2,5 @@ "schema:name": "web metric: pageViews", "@id": "xdm:pageViews", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/pageviews.schema.json b/schemas/data/pageviews.schema.json index 144ba4cad5..c15b14036a 100644 --- a/schemas/data/pageviews.schema.json +++ b/schemas/data/pageviews.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/pauses.example.1.json b/schemas/data/pauses.example.1.json index 6dd189336f..75d880cd22 100644 --- a/schemas/data/pauses.example.1.json +++ b/schemas/data/pauses.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: pauses", "@id": "xdm:pauses", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/pauses.schema.json b/schemas/data/pauses.schema.json index d0157249dd..548067e99b 100644 --- a/schemas/data/pauses.schema.json +++ b/schemas/data/pauses.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/poi-entries.example.1.json b/schemas/data/poi-entries.example.1.json index 982cc5e171..910d9564b1 100644 --- a/schemas/data/poi-entries.example.1.json +++ b/schemas/data/poi-entries.example.1.json @@ -2,5 +2,5 @@ "schema:name": "placecontext: poiEntries", "@id": "xdm:poiEntries", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/poi-entries.schema.json b/schemas/data/poi-entries.schema.json index 2772444d54..bc92baa905 100644 --- a/schemas/data/poi-entries.schema.json +++ b/schemas/data/poi-entries.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } @@ -54,4 +54,4 @@ "xdm:unit" ], "meta:status": "experimental" -} \ No newline at end of file +} diff --git a/schemas/data/poi-exits.example.1.json b/schemas/data/poi-exits.example.1.json index 54d6423812..fdd7ada7c1 100644 --- a/schemas/data/poi-exits.example.1.json +++ b/schemas/data/poi-exits.example.1.json @@ -2,5 +2,5 @@ "schema:name": "placecontext: poiExits", "@id": "xdm:poiExits", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/poi-exits.schema.json b/schemas/data/poi-exits.schema.json index 9f5a6a2482..164858c2ae 100644 --- a/schemas/data/poi-exits.schema.json +++ b/schemas/data/poi-exits.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/product-list-adds.example.1.json b/schemas/data/product-list-adds.example.1.json index f5ed4a9044..c6ec80ab8e 100644 --- a/schemas/data/product-list-adds.example.1.json +++ b/schemas/data/product-list-adds.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: productListAdds", "@id": "xdm:productListAdds", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/product-list-adds.schema.json b/schemas/data/product-list-adds.schema.json index 20475879f8..f351cd6259 100644 --- a/schemas/data/product-list-adds.schema.json +++ b/schemas/data/product-list-adds.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/product-list-opens.example.1.json b/schemas/data/product-list-opens.example.1.json index eb1209e745..c98aa84d9b 100644 --- a/schemas/data/product-list-opens.example.1.json +++ b/schemas/data/product-list-opens.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: productListOpens", "@id": "xdm:productListOpens", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/product-list-opens.schema.json b/schemas/data/product-list-opens.schema.json index 5c687a4006..e8f2f36105 100644 --- a/schemas/data/product-list-opens.schema.json +++ b/schemas/data/product-list-opens.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/product-list-removals.example.1.json b/schemas/data/product-list-removals.example.1.json index 559d2f27a6..2a01769fda 100644 --- a/schemas/data/product-list-removals.example.1.json +++ b/schemas/data/product-list-removals.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: productListRemovals", "@id": "xdm:productListRemovals", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/product-list-removals.schema.json b/schemas/data/product-list-removals.schema.json index 9cb82a940f..c8eaa1977b 100644 --- a/schemas/data/product-list-removals.schema.json +++ b/schemas/data/product-list-removals.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/product-list-reopens.example.1.json b/schemas/data/product-list-reopens.example.1.json index 08e82df56c..c49645ad8f 100644 --- a/schemas/data/product-list-reopens.example.1.json +++ b/schemas/data/product-list-reopens.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: productListReopens", "@id": "xdm:productListReopens", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/product-list-reopens.schema.json b/schemas/data/product-list-reopens.schema.json index 2404c4cb4c..9785d7ce62 100644 --- a/schemas/data/product-list-reopens.schema.json +++ b/schemas/data/product-list-reopens.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/product-list-views.example.1.json b/schemas/data/product-list-views.example.1.json index ac7275e1e7..dea1308a56 100644 --- a/schemas/data/product-list-views.example.1.json +++ b/schemas/data/product-list-views.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: productListViews", "@id": "xdm:productListViews", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/product-list-views.schema.json b/schemas/data/product-list-views.schema.json index a88e8b585f..b873a0a57b 100644 --- a/schemas/data/product-list-views.schema.json +++ b/schemas/data/product-list-views.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/product-views.example.1.json b/schemas/data/product-views.example.1.json index e64c05702a..6e7bb59112 100644 --- a/schemas/data/product-views.example.1.json +++ b/schemas/data/product-views.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: productViews", "@id": "xdm:productViews", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/product-views.schema.json b/schemas/data/product-views.schema.json index 06df0855b1..064dd2919a 100644 --- a/schemas/data/product-views.schema.json +++ b/schemas/data/product-views.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/progress10.example.1.json b/schemas/data/progress10.example.1.json index 1f2868e5b5..98b48cae47 100644 --- a/schemas/data/progress10.example.1.json +++ b/schemas/data/progress10.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: progress10", "@id": "xdm:progress10", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/progress10.schema.json b/schemas/data/progress10.schema.json index 412bdf32ed..8f9f1c9147 100644 --- a/schemas/data/progress10.schema.json +++ b/schemas/data/progress10.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/progress95.example.1.json b/schemas/data/progress95.example.1.json index ec21596f3e..8fa5ebc493 100644 --- a/schemas/data/progress95.example.1.json +++ b/schemas/data/progress95.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: progress95", "@id": "xdm:progress95", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/progress95.schema.json b/schemas/data/progress95.schema.json index 96fd41f7f2..79036ef3c3 100644 --- a/schemas/data/progress95.schema.json +++ b/schemas/data/progress95.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/purchases.example.1.json b/schemas/data/purchases.example.1.json index 44da57e740..275f3dcd9b 100644 --- a/schemas/data/purchases.example.1.json +++ b/schemas/data/purchases.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: purchases", "@id": "xdm:purchases", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/purchases.schema.json b/schemas/data/purchases.schema.json index dbcacd8d7b..6575672eed 100644 --- a/schemas/data/purchases.schema.json +++ b/schemas/data/purchases.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/resumes.example.1.json b/schemas/data/resumes.example.1.json index 44db6d0041..a52ac34daa 100644 --- a/schemas/data/resumes.example.1.json +++ b/schemas/data/resumes.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: resumes", "@id": "xdm:resumes", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/resumes.schema.json b/schemas/data/resumes.schema.json index fb7cfdd929..450c8a3e9f 100644 --- a/schemas/data/resumes.schema.json +++ b/schemas/data/resumes.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/save-for-laters.example.1.json b/schemas/data/save-for-laters.example.1.json index ab7fe8f5f6..2d7806052f 100644 --- a/schemas/data/save-for-laters.example.1.json +++ b/schemas/data/save-for-laters.example.1.json @@ -2,5 +2,5 @@ "schema:name": "commerce metric: saveForLaters", "@id": "xdm:saveForLaters", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/save-for-laters.schema.json b/schemas/data/save-for-laters.schema.json index 9e76180b04..b9746dd623 100644 --- a/schemas/data/save-for-laters.schema.json +++ b/schemas/data/save-for-laters.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/sends.example.1.json b/schemas/data/sends.example.1.json index f4cb655cd3..b37bc620f1 100644 --- a/schemas/data/sends.example.1.json +++ b/schemas/data/sends.example.1.json @@ -2,5 +2,5 @@ "schema:name": "direct-marketing metric: sends", "@id": "xdm:sends", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/sends.schema.json b/schemas/data/sends.schema.json index 9a826649d0..09c65e26f1 100644 --- a/schemas/data/sends.schema.json +++ b/schemas/data/sends.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/stall-time.example.1.json b/schemas/data/stall-time.example.1.json index cae859016b..5842a4bf07 100644 --- a/schemas/data/stall-time.example.1.json +++ b/schemas/data/stall-time.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: stallTime", "@id": "xdm:stallTime", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/stall-time.schema.json b/schemas/data/stall-time.schema.json index dc4b7bb3ea..1469b9937e 100644 --- a/schemas/data/stall-time.schema.json +++ b/schemas/data/stall-time.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/stalls.example.1.json b/schemas/data/stalls.example.1.json index 16bd3dd739..c7a14b253c 100644 --- a/schemas/data/stalls.example.1.json +++ b/schemas/data/stalls.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: stalls", "@id": "xdm:stalls", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/stalls.schema.json b/schemas/data/stalls.schema.json index 844be990cb..2e86846b4d 100644 --- a/schemas/data/stalls.schema.json +++ b/schemas/data/stalls.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/starts.example.1.json b/schemas/data/starts.example.1.json index f581c11ea1..e93aaa40b8 100644 --- a/schemas/data/starts.example.1.json +++ b/schemas/data/starts.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: starts", "@id": "xdm:starts", "xdm:measurement": "count", - "xdm:unit": null -} \ No newline at end of file + "xdm:unit": "" +} diff --git a/schemas/data/starts.schema.json b/schemas/data/starts.schema.json index 7ed7bbf76e..7b0eca1a7b 100644 --- a/schemas/data/starts.schema.json +++ b/schemas/data/starts.schema.json @@ -32,7 +32,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/thirdquartiles.example.1.json b/schemas/data/thirdquartiles.example.1.json index 93fa3c00e0..c0490653d9 100644 --- a/schemas/data/thirdquartiles.example.1.json +++ b/schemas/data/thirdquartiles.example.1.json @@ -2,5 +2,5 @@ "schema:name": "metric: thirdQuartiles", "@id": "xdm:thirdQuartiles", "xdm:measurement": "count", - "xdm:unit": null -} \ No newline at end of file + "xdm:unit": "" +} diff --git a/schemas/data/thirdquartiles.schema.json b/schemas/data/thirdquartiles.schema.json index ab903dc52f..7bd28bb402 100644 --- a/schemas/data/thirdquartiles.schema.json +++ b/schemas/data/thirdquartiles.schema.json @@ -32,7 +32,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/unmeasurableiframe.example.1.json b/schemas/data/unmeasurableiframe.example.1.json index 556ec3c2be..c03e46dc60 100644 --- a/schemas/data/unmeasurableiframe.example.1.json +++ b/schemas/data/unmeasurableiframe.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: unmeasurableIframe", "@id": "xdm:unmeasurableIframe", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/unmeasurableiframe.schema.json b/schemas/data/unmeasurableiframe.schema.json index 5ed6fdc15d..aa91398177 100644 --- a/schemas/data/unmeasurableiframe.schema.json +++ b/schemas/data/unmeasurableiframe.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/unmeasurableother.example.1.json b/schemas/data/unmeasurableother.example.1.json index fba2a7ab2c..367d3f1df1 100644 --- a/schemas/data/unmeasurableother.example.1.json +++ b/schemas/data/unmeasurableother.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: unmeasurableOther", "@id": "xdm:unmeasurableOther", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/unmeasurableother.schema.json b/schemas/data/unmeasurableother.schema.json index 5898fe63a0..9c8f769f38 100644 --- a/schemas/data/unmeasurableother.schema.json +++ b/schemas/data/unmeasurableother.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/unsubscriptions.example.1.json b/schemas/data/unsubscriptions.example.1.json index 43220a8673..87fd5234ff 100644 --- a/schemas/data/unsubscriptions.example.1.json +++ b/schemas/data/unsubscriptions.example.1.json @@ -2,5 +2,5 @@ "schema:name": "direct-marketing metric: unsubscriptions", "@id": "xdm:unsubscriptions", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/unsubscriptions.schema.json b/schemas/data/unsubscriptions.schema.json index 6957c8e39c..f269de0b03 100644 --- a/schemas/data/unsubscriptions.schema.json +++ b/schemas/data/unsubscriptions.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/upgrades.example.1.json b/schemas/data/upgrades.example.1.json index 78aad83363..0aa398c0ed 100644 --- a/schemas/data/upgrades.example.1.json +++ b/schemas/data/upgrades.example.1.json @@ -2,5 +2,5 @@ "schema:name": "application metric: upgrades", "@id": "xdm:upgrades", "xdm:measurement": "count", - "xdm:unit": null -} \ No newline at end of file + "xdm:unit": "" +} diff --git a/schemas/data/upgrades.schema.json b/schemas/data/upgrades.schema.json index 1289ee891a..9a1eb3f2d1 100644 --- a/schemas/data/upgrades.schema.json +++ b/schemas/data/upgrades.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } @@ -49,4 +49,4 @@ ], "required": ["@id", "schema:name", "xdm:measurement", "xdm:unit"], "meta:status": "stabilizing" -} \ No newline at end of file +} diff --git a/schemas/data/user-complaints.example.1.json b/schemas/data/user-complaints.example.1.json index 6387a22292..26b4d4c9d0 100644 --- a/schemas/data/user-complaints.example.1.json +++ b/schemas/data/user-complaints.example.1.json @@ -2,5 +2,5 @@ "schema:name": "direct-marketing metric: userComplaints", "@id": "xdm:userComplaints", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/user-complaints.schema.json b/schemas/data/user-complaints.schema.json index 988b2c1673..4c064d3123 100644 --- a/schemas/data/user-complaints.schema.json +++ b/schemas/data/user-complaints.schema.json @@ -34,7 +34,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/viewabilityeligibleimpressions.example.1.json b/schemas/data/viewabilityeligibleimpressions.example.1.json index f3ed65f8c1..9059259e21 100644 --- a/schemas/data/viewabilityeligibleimpressions.example.1.json +++ b/schemas/data/viewabilityeligibleimpressions.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: viewabilityEligibleImpressions", "@id": "xdm:viewabilityEligibleImpressions", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/viewabilityeligibleimpressions.schema.json b/schemas/data/viewabilityeligibleimpressions.schema.json index 9feaea1d96..15450a3b47 100644 --- a/schemas/data/viewabilityeligibleimpressions.schema.json +++ b/schemas/data/viewabilityeligibleimpressions.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/viewablecompletes.example.1.json b/schemas/data/viewablecompletes.example.1.json index c11d3aed61..3d5689ed96 100644 --- a/schemas/data/viewablecompletes.example.1.json +++ b/schemas/data/viewablecompletes.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: viewableCompletes", "@id": "xdm:viewableCompletes", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/viewablecompletes.schema.json b/schemas/data/viewablecompletes.schema.json index 225db3de18..3d60cb959b 100644 --- a/schemas/data/viewablecompletes.schema.json +++ b/schemas/data/viewablecompletes.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/viewablefirstquartiles.example.1.json b/schemas/data/viewablefirstquartiles.example.1.json index 5ac62ff1d5..b43ea50eab 100644 --- a/schemas/data/viewablefirstquartiles.example.1.json +++ b/schemas/data/viewablefirstquartiles.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: viewableFirstQuartiles", "@id": "xdm:viewableFirstQuartiles", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/viewablefirstquartiles.schema.json b/schemas/data/viewablefirstquartiles.schema.json index fe2f9f4f81..97b4aba337 100644 --- a/schemas/data/viewablefirstquartiles.schema.json +++ b/schemas/data/viewablefirstquartiles.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/viewableimpressions.example.1.json b/schemas/data/viewableimpressions.example.1.json index 1ba67ff5a6..9afa25e39f 100644 --- a/schemas/data/viewableimpressions.example.1.json +++ b/schemas/data/viewableimpressions.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: viewableImpressions", "@id": "xdm:viewableImpressions", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/viewableimpressions.schema.json b/schemas/data/viewableimpressions.schema.json index 0153fe5be5..1a09490531 100644 --- a/schemas/data/viewableimpressions.schema.json +++ b/schemas/data/viewableimpressions.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/viewablemidpoints.example.1.json b/schemas/data/viewablemidpoints.example.1.json index 4ef1d3489c..6de55c76e8 100644 --- a/schemas/data/viewablemidpoints.example.1.json +++ b/schemas/data/viewablemidpoints.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: viewableMidpoints", "@id": "xdm:viewableMidpoints", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/viewablemidpoints.schema.json b/schemas/data/viewablemidpoints.schema.json index 4ce73bd802..ba2c1f011c 100644 --- a/schemas/data/viewablemidpoints.schema.json +++ b/schemas/data/viewablemidpoints.schema.json @@ -33,7 +33,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } } diff --git a/schemas/data/viewablethirdquartiles.example.1.json b/schemas/data/viewablethirdquartiles.example.1.json index 8fe3ce28bf..00d566abbd 100644 --- a/schemas/data/viewablethirdquartiles.example.1.json +++ b/schemas/data/viewablethirdquartiles.example.1.json @@ -2,5 +2,5 @@ "schema:name": "advertising/viewability metric: viewableThirdQuartiles", "@id": "xdm:viewableThirdQuartiles", "xdm:measurement": "count", - "xdm:unit": null + "xdm:unit": "" } diff --git a/schemas/data/viewablethirdquartiles.schema.json b/schemas/data/viewablethirdquartiles.schema.json index 223babca69..bb5b050851 100644 --- a/schemas/data/viewablethirdquartiles.schema.json +++ b/schemas/data/viewablethirdquartiles.schema.json @@ -31,7 +31,7 @@ "const": "count" }, "xdm:unit": { - "const": null + "const": "" } } }