diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 8e49ea6..9925be4 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -4894,6 +4894,11 @@ components: oneOf: - $ref: "#/components/schemas/NormalBlurEffect" - $ref: "#/components/schemas/ProgressiveBlurEffect" + discriminator: + propertyName: blurType + mapping: + NORMAL: "#/components/schemas/NormalBlurEffect" + PROGRESSIVE: "#/components/schemas/ProgressiveBlurEffect" BaseBlurEffect: type: object description: Base properties shared by all blur effects