Skip to content

Release 1.166.6 - #3982

Merged
ChristopherChudzicki merged 2 commits into
releasefrom
release-candidate
Sep 17, 2026
Merged

ChristopherChudzicki merged 2 commits into
releasefrom
release-candidate

Conversation

@odlbot

@odlbot odlbot commented Sep 17, 2026 •

Copy link
Copy Markdown
Contributor

Chris Chudzicki

@github-actions

Copy link
Copy Markdown

OpenAPI Changes

Show/hide changes
## Changes for v0.yaml:
523 changes: 0 error, 231 warning, 292 info
warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API GET /api/v0/baskets/
		the `items/discounts/items/redeemed_discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/baskets/add_discount/
		the `discounts/items/redeemed_discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/baskets/create_from_product/{product_id}/
		the `discounts/items/redeemed_discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/baskets/create_from_product/{product_id}/{discount_code}/
		the `discounts/items/redeemed_discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/baskets/create_with_products/
		the `discounts/items/redeemed_discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API GET /api/v0/baskets/{id}/
		the `discounts/items/redeemed_discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API GET /api/v0/discounts/
		the `results/items/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `one-time` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `one-time` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `one-time` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/
		the `redemption_type` response's property `type` changed from `string` to `any` for status `201`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/create_batch/
		the `items/redemption_type` response's property `type` changed from `string` to `any` for status `201`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API GET /api/v0/discounts/{id}/
		the `redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `one-time` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `one-time` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `one-time` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{id}/
		the `redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `redemption_type` request property `allOf` list (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `one-time` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `one-time` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `one-time` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `one-time-per-user` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `program-child-purchase` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		removed the enum value `unlimited` of the request property `redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{id}/
		the `redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API GET /api/v0/discounts/{parent_lookup_discount}/assignees/
		the `results/items/discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/assignees/
		the `discount/redemption_type` response's property `type` changed from `string` to `any` for status `201`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API GET /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		the `discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		the `discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/assignees/{id}/
		the `discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API GET /api/v0/discounts/{parent_lookup_discount}/products/
		the `results/items/discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_discount}/products/
		the `discount/redemption_type` response's property `type` changed from `string` to `any` for status `201`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API GET /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		the `discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `one-time` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `one-time-per-user` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `program-child-purchase` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/x-www-form-urlencoded)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: multipart/form-data)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-enum-value-removed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		removed the enum value `unlimited` of the request property `discount/redemption_type` (media type: application/json)
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-type-changed] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		the `discount/redemption_type` response's property `type` changed from `string` to `any` for status `200`
		This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[request-property-all-of-added] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_discount}/products/{id}/
		added `#/components/schemas/RedemptionTypeEnum` to the `discount/redemption_type` request property `allOf` list (med...*[Comment body truncated]*

@ChristopherChudzicki
ChristopherChudzicki merged commit 11b4f56 into release Sep 17, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants