This commit is contained in:
Cyrus Daboo
2026-06-22 15:55:19 -04:00
parent 9468f879c3
commit 97a11a861f
305 changed files with 408 additions and 431 deletions
+34 -32
View File
@@ -389,36 +389,38 @@ properties:
description: The note content in "markdown" format.
examples:
type: object
type: array
description: An array of examples.
additionalProperties: false
required:
- title
- files
properties:
title:
type: string
description: Title for the example.
files:
type: array
description: An array of files with their own descriptions.
items:
type: object
description: A description and path for an example file.
additionalProperties: false
properties:
tab:
type: string
description: Tab title. Must be present when there are multiple items in files array. Must be unique.
description:
type: string
description: Description for the example. Must be present when there are multiple items in files array.
file:
type: string
description: The file path for the example data.
request-file:
type: string
description: The file path for the request example data in a tabbed request/response.
response-file:
type: string
description: The file path for the response example data in a tabbed request/response.
items:
type: object
additionalProperties: false
required:
- title
- files
properties:
title:
type: string
description: Title for the example.
files:
type: array
description: An array of files with their own descriptions.
items:
type: object
description: A description and path for an example file.
additionalProperties: false
properties:
tab:
type: string
description: Tab title. Must be present when there are multiple items in files array. Must be unique.
description:
type: string
description: Description for the example. Must be present when there are multiple items in files array.
file:
type: string
description: The file path for the example data.
request-file:
type: string
description: The file path for the request example data in a tabbed request/response.
response-file:
type: string
description: The file path for the response example data in a tabbed request/response.