diff --git a/www/apps/api-reference/specs/admin/components/schemas/AdminShippingOptionRule.yaml b/www/apps/api-reference/specs/admin/components/schemas/AdminShippingOptionRule.yaml index 26069d9a56e62..1fcc34fd59075 100644 --- a/www/apps/api-reference/specs/admin/components/schemas/AdminShippingOptionRule.yaml +++ b/www/apps/api-reference/specs/admin/components/schemas/AdminShippingOptionRule.yaml @@ -26,18 +26,8 @@ properties: description: The shipping option rule's operator. example: eq value: - oneOf: - - type: string - title: value - description: The rule's value. - example: '"true"' - - type: array - description: The rule's values. - items: - type: string - title: value - description: A rule's value - example: '"true"' + type: string + title: value shipping_option_id: type: string title: shipping_option_id diff --git a/www/apps/api-reference/specs/admin/openapi.full.yaml b/www/apps/api-reference/specs/admin/openapi.full.yaml index b49d64cbb08e0..2cf520b5b1710 100644 --- a/www/apps/api-reference/specs/admin/openapi.full.yaml +++ b/www/apps/api-reference/specs/admin/openapi.full.yaml @@ -53131,18 +53131,8 @@ components: description: The shipping option rule's operator. example: eq value: - oneOf: - - type: string - title: value - description: The rule's value. - example: '"true"' - - type: array - description: The rule's values. - items: - type: string - title: value - description: A rule's value - example: '"true"' + type: string + title: value shipping_option_id: type: string title: shipping_option_id diff --git a/www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml b/www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml index 26069d9a56e62..1fcc34fd59075 100644 --- a/www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml +++ b/www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml @@ -26,18 +26,8 @@ properties: description: The shipping option rule's operator. example: eq value: - oneOf: - - type: string - title: value - description: The rule's value. - example: '"true"' - - type: array - description: The rule's values. - items: - type: string - title: value - description: A rule's value - example: '"true"' + type: string + title: value shipping_option_id: type: string title: shipping_option_id diff --git a/www/apps/api-reference/specs/store/openapi.full.yaml b/www/apps/api-reference/specs/store/openapi.full.yaml index 1c1d2e910d300..5e8ff2416926c 100644 --- a/www/apps/api-reference/specs/store/openapi.full.yaml +++ b/www/apps/api-reference/specs/store/openapi.full.yaml @@ -15752,18 +15752,8 @@ components: description: The shipping option rule's operator. example: eq value: - oneOf: - - type: string - title: value - description: The rule's value. - example: '"true"' - - type: array - description: The rule's values. - items: - type: string - title: value - description: A rule's value - example: '"true"' + type: string + title: value shipping_option_id: type: string title: shipping_option_id diff --git a/www/utils/generated/oas-output/schemas/AdminShippingOptionRule.ts b/www/utils/generated/oas-output/schemas/AdminShippingOptionRule.ts index 54d6836dfc880..230d367b3e173 100644 --- a/www/utils/generated/oas-output/schemas/AdminShippingOptionRule.ts +++ b/www/utils/generated/oas-output/schemas/AdminShippingOptionRule.ts @@ -28,18 +28,8 @@ * description: The shipping option rule's operator. * example: eq * value: - * oneOf: - * - type: string - * title: value - * description: The rule's value. - * example: '"true"' - * - type: array - * description: The rule's values. - * items: - * type: string - * title: value - * description: A rule's value - * example: '"true"' + * type: string + * title: value * shipping_option_id: * type: string * title: shipping_option_id