Skip to content

Commit

Permalink
Update additionalProperties in api.yaml and product.yml (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrero authored Apr 24, 2024
1 parent c4c696f commit 12a0007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _build/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13821,8 +13821,8 @@ components:
maxLength: 250
type: string
metadata:
additionalProperties:
type: string
additionalProperties: true
default: {}
description: It is a key/value hash that can hold custom fields. Maximum
100 elements and allows special characters.
example:
Expand Down
4 changes: 2 additions & 2 deletions schemas/orders/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ properties:
type: object
maxProperties: 100
description: It is a key/value hash that can hold custom fields. Maximum 100 elements and allows special characters.
additionalProperties:
type: string
additionalProperties: true
example: { "key": "value" }
default: {}
name:
type: string
example: "Box of Cohiba S1s"
Expand Down

0 comments on commit 12a0007

Please sign in to comment.