diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 4a3ad40..3ac13b2 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -4909,6 +4909,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