Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 30, 2020
2 parents d4c5bf3 + af0d93a commit 3aa7582
Show file tree
Hide file tree
Showing 3 changed files with 3,144 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api/public/schema/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1809,11 +1809,9 @@ components:
description: 'The icon of this property'
type: string
name:
readOnly: true
description: 'The name of this RequestType'
type: string
description:
readOnly: true
description: 'An short description of this RequestType'
type: string
properties:
Expand Down Expand Up @@ -1844,11 +1842,13 @@ components:
format: date-time
required:
- source_organization
- name
RequestType-write:
type: object
description: 'All properties contained in the RequestType type.'
required:
- source_organization
- name
properties:
source_organization:
description: 'The RSIN of the organization that owns this process'
Expand Down Expand Up @@ -1896,11 +1896,9 @@ components:
description: 'The icon of this property'
type: string
name:
readOnly: true
description: 'The name of this RequestType'
type: string
description:
readOnly: true
description: 'An short description of this RequestType'
type: string
properties:
Expand Down Expand Up @@ -1931,11 +1929,13 @@ components:
format: date-time
required:
- source_organization
- name
'RequestType:jsonld-write':
type: object
description: 'All properties contained in the RequestType type.'
required:
- source_organization
- name
properties:
'@context':
readOnly: true
Expand Down
Loading

0 comments on commit 3aa7582

Please sign in to comment.