Skip to content

Commit

Permalink
Remove duplicated attributes from API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Aug 23, 2022
1 parent d5bd932 commit 2e7b24d
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions api/openapi/solidus-api.oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7191,23 +7191,7 @@ components:
type: array
items:
$ref: '#/components/schemas/option-value-input'
options:
weight:
type: string
height:
type: string
width:
type: string
depth:
type: string
sku:
type: string
cost_currency:
type: string
option_value_ids:
type: array
items:
type: integer

options:
type: object
description: '`Name` will be the name/presentation of the option type and `Value` will be the name/presentation of the option value. They will be created if not exist.'
Expand Down

0 comments on commit 2e7b24d

Please sign in to comment.