ProfileEventTrackedProperties.metric no longer required; new enum value added
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
Two changes in this diff:
ProfileEventTrackedProperties.metricis removed from therequiredarray and gainsnullable: truewith a default of"". Clients that previously relied onmetricalways being present in responses may break; servers that previously requiredmetricin requests no longer do, which is additive for request senders but potentially breaking for consumers expecting it.- A new enum value
"full"is added to a size/image-related field's enum (appears to be an image size selector), which is a purely additive change for that field.