Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions rpcapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ paths:
schema:
type: object
additionalProperties:
$ref:'#/components/schemas/Draft'
$ref: '#/components/schemas/Draft'

/doc/rfc/authors/:
post:
Expand Down Expand Up @@ -379,13 +379,13 @@ components:
items:
type: object
properties:
name:
name:
type: string
id:
id:
type: integer
stream:
stream:
type: string
submitted:
submitted:
type: string
format: date-time

Expand All @@ -397,7 +397,7 @@ components:

Draft:
type: object
properties:
properties:
id:
type: integer
name:
Expand Down Expand Up @@ -444,15 +444,15 @@ components:
type: object
properties:
original_stream:
type: list
type: array
items:
properties:
rfc_number:
type: integer
stream:
type: string

securitySchemes:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: header
Expand Down