Revert "feat: openapi component"

This reverts commit 1af5507ac7.
v1.18.x
Barış Soner Uşaklı 5 years ago
parent 1af5507ac7
commit 683e58511b

@ -33,73 +33,6 @@ tags:
description: Disparate method of categorizing topics description: Disparate method of categorizing topics
- name: shorthand - name: shorthand
description: Convenience and utility routes for accessing other part of the API description: Convenience and utility routes for accessing other part of the API
components:
schemas:
CommonProps:
type: object
properties:
loggedIn:
type: boolean
relative_path:
type: string
url:
type: string
bodyClass:
type: string
_header:
type: object
properties:
tags:
type: object
properties:
meta:
type: array
items:
type: object
properties:
name:
type: string
content:
type: string
noEscape:
type: boolean
property:
type: string
required:
- name
- content
- noEscape
- property
link:
type: array
items:
type: object
properties:
rel:
type: string
type:
type: string
href:
type: string
title:
type: string
sizes:
type: string
required:
- rel
- href
- type
- sizes
widgets:
type: object
properties:
footer:
type: array
items:
type: object
properties:
html:
type: string
paths: paths:
/api/: /api/:
get: get:
@ -112,8 +45,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
allOf: type: object
- type: object
properties: properties:
title: title:
type: string type: string
@ -443,6 +375,10 @@ paths:
- posts - posts
- teaser - teaser
- imageClass - imageClass
loggedIn:
type: boolean
relative_path:
type: string
template: template:
type: object type: object
properties: properties:
@ -450,6 +386,10 @@ paths:
type: string type: string
categories: categories:
type: boolean type: boolean
url:
type: string
bodyClass:
type: string
topics: topics:
type: array type: array
items: items:
@ -672,7 +612,83 @@ paths:
type: number type: number
enableCarouselPagination: enableCarouselPagination:
type: number type: number
- $ref: '#/components/schemas/CommonProps' _header:
type: object
properties:
tags:
type: object
properties:
meta:
type: array
items:
type: object
properties:
name:
type: string
content:
type: string
noEscape:
type: boolean
property:
type: string
required:
- name
- content
- noEscape
- property
link:
type: array
items:
type: object
properties:
rel:
type: string
type:
type: string
href:
type: string
title:
type: string
sizes:
type: string
required:
- rel
- href
- type
- sizes
widgets:
type: object
properties:
sidebar:
type: array
items:
type: object
properties:
html:
type: string
required:
- html
header:
type: array
items:
type: object
properties:
html:
type: string
footer:
type: array
items:
type: object
properties:
html:
type: string
motd:
type: array
items:
type: object
properties:
html:
type: string
"304": "304":
description: "" description: ""
"/api/post/{pid}/raw": "/api/post/{pid}/raw":
@ -9708,8 +9724,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
allOf: type: object
- type: object
properties: properties:
topics: topics:
type: array type: array
@ -10043,6 +10058,10 @@ paths:
type: string type: string
rssFeedUrl: rssFeedUrl:
type: string type: string
loggedIn:
type: boolean
relative_path:
type: string
template: template:
type: object type: object
properties: properties:
@ -10050,7 +10069,64 @@ paths:
type: string type: string
tag: tag:
type: boolean type: boolean
- $ref: '#/components/schemas/CommonProps' url:
type: string
bodyClass:
type: string
_header:
type: object
properties:
tags:
type: object
properties:
meta:
type: array
items:
type: object
properties:
name:
type: string
content:
type: string
noEscape:
type: boolean
property:
type: string
required:
- name
- content
- noEscape
- property
link:
type: array
items:
type: object
properties:
rel:
type: string
type:
type: string
href:
type: string
title:
type: string
sizes:
type: string
required:
- rel
- href
- type
- sizes
widgets:
type: object
properties:
footer:
type: array
items:
type: object
properties:
html:
type: string
/api/tags: /api/tags:
get: get:
tags: tags:
@ -10063,8 +10139,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
allOf: type: object
- type: object
properties: properties:
tags: tags:
type: array type: array
@ -10106,6 +10181,12 @@ paths:
type: string type: string
required: required:
- text - text
title:
type: string
loggedIn:
type: boolean
relative_path:
type: string
template: template:
type: object type: object
properties: properties:
@ -10113,9 +10194,64 @@ paths:
type: string type: string
tags: tags:
type: boolean type: boolean
url:
type: string
bodyClass:
type: string
_header:
type: object
properties:
tags:
type: object
properties:
meta:
type: array
items:
type: object
properties:
name:
type: string
content:
type: string
noEscape:
type: boolean
property:
type: string
required:
- name
- content
- noEscape
- property
link:
type: array
items:
type: object
properties:
rel:
type: string
type:
type: string
href:
type: string
title: title:
type: string type: string
- $ref: '#/components/schemas/CommonProps' sizes:
type: string
required:
- rel
- href
- type
- sizes
widgets:
type: object
properties:
footer:
type: array
items:
type: object
properties:
html:
type: string
/api/categories: /api/categories:
get: get:
tags: tags:

Loading…
Cancel
Save