Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
DEVDOCS-4663: [fix] Catalog, structure of responses (#1082)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Riehl <[email protected]>
  • Loading branch information
2 people authored and slsriehl committed Dec 15, 2022
1 parent 0903e16 commit 6bdfc1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions reference/catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1307,11 +1307,11 @@ paths:
title: Product Response
type: object
properties:
data:
$ref: '#/components/schemas/product_Full'
meta:
type: object
properties: {}
product_Full:
$ref: '#/components/schemas/product_Full'
example-1:
example:
name: Smith Journal 13
Expand Down Expand Up @@ -1971,11 +1971,11 @@ paths:
title: Product Response
type: object
properties:
data:
$ref: '#/components/schemas/product_Full'
meta:
type: object
properties: {}
product_Full:
$ref: '#/components/schemas/product_Full'
example-1:
example:
name: Smith Journal 13
Expand Down Expand Up @@ -29218,11 +29218,11 @@ components:
title: Product Response
type: object
properties:
data:
$ref: '#/components/schemas/product_Full'
meta:
type: object
properties: {}
product_Full:
$ref: '#/components/schemas/product_Full'
example-1:
example:
name: Smith Journal 13
Expand Down

0 comments on commit 6bdfc1c

Please sign in to comment.