Skip to content

Commit

Permalink
Automated OAS update: openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kong-apiops committed Nov 29, 2023
1 parent ce38c15 commit e173386
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2468,8 +2468,6 @@ components:
- parent_document_id
- slug
- title
- created_at
- updated_at
properties:
id:
type: string
Expand All @@ -2490,10 +2488,6 @@ components:
type: string
description: the title of the document
example: Getting Started
created_at:
$ref: '#/components/schemas/CreatedAt'
updated_at:
$ref: '#/components/schemas/UpdatedAt'
ListDocuments:
type: object
additionalProperties: false
Expand All @@ -2517,8 +2511,6 @@ components:
- slug
- metadata
- children
- created_at
- updated_at
properties:
id:
type: string
Expand All @@ -2544,10 +2536,6 @@ components:
author: Jane Doe
description: This is a description
keywords: hello, world
created_at:
$ref: '#/components/schemas/CreatedAt'
updated_at:
$ref: '#/components/schemas/UpdatedAt'
children:
type: array
items:
Expand Down

0 comments on commit e173386

Please sign in to comment.