Skip to content

Commit

Permalink
Merge pull request #17 from ConductionNL/dev-robert_postman
Browse files Browse the repository at this point in the history
Adding postman tests
  • Loading branch information
rubenvdlinde authored Jan 15, 2020
2 parents 8706fae + 87ebc45 commit af0d93a
Show file tree
Hide file tree
Showing 4 changed files with 3,171 additions and 10 deletions.
38 changes: 30 additions & 8 deletions api/public/schema/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1726,11 +1726,9 @@ components:
description: 'The RSIN of the organization that owns this process'
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 All @@ -1742,15 +1740,23 @@ components:
readOnly: true
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'
type: string
name:
description: 'The name of this RequestType'
type: string
description:
description: 'An short description of this RequestType'
type: string
properties:
description: 'The properties for this request type'
type: array
Expand Down Expand Up @@ -1779,11 +1785,9 @@ components:
description: 'The RSIN of the organization that owns this process'
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 All @@ -1795,11 +1799,13 @@ components:
readOnly: true
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 All @@ -1813,6 +1819,12 @@ components:
source_organization:
description: 'The RSIN of the organization that owns this process'
type: string
name:
description: 'The name of this RequestType'
type: string
description:
description: 'An short description of this RequestType'
type: string
properties:
description: 'The properties for this request type'
type: array
Expand Down Expand Up @@ -1961,12 +1973,12 @@ definitions:
availableFrom:
description: 'The moment from which this value is available'
type: string
example: '2020-01-13 20:28:20'
example: '2020-01-14 14:56:33'
format: date-time
availableUntil:
description: '*should be used in combination with deprecated* The moment where until this value is available'
type: string
example: '2020-01-13 20:28:20'
example: '2020-01-14 14:56:33'
format: date-time
minDate:
description: 'The minimal date for value, either a date, datetime or duration (ISO_8601)'
Expand Down Expand Up @@ -2133,12 +2145,12 @@ definitions:
availableFrom:
description: 'The moment from which this value is available'
type: string
example: '2020-01-13 20:28:20'
example: '2020-01-14 14:56:33'
format: date-time
availableUntil:
description: '*should be used in combination with deprecated* The moment where until this value is available'
type: string
example: '2020-01-13 20:28:20'
example: '2020-01-14 14:56:33'
format: date-time
minDate:
description: 'The minimal date for value, either a date, datetime or duration (ISO_8601)'
Expand Down Expand Up @@ -2205,6 +2217,16 @@ definitions:
example: '002851234'
maxLength: 11
minLength: 8
name:
description: 'The name of this RequestType'
type: string
example: 'My RequestType'
maxLength: 255
description:
description: 'An short description of this RequestType'
type: string
example: 'This is the best request ever'
maxLength: 2550
properties:
description: 'The properties for this request type'
type: '\Property[]|\ArrayCollection'
Expand Down
2 changes: 1 addition & 1 deletion api/public/schema/publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url: "https://github.com/ConductionNL/verzoektypecatalogus"
landingURL: "vtc.zaakonline.nl"
isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git"
softwareVersion: "V.0.1"
releaseDate: "2020-13-01"
releaseDate: "2020-14-01"
logo: pc.zaakonline.nl
monochromeLogo: img/logo-mono.svg

Expand Down
Loading

0 comments on commit af0d93a

Please sign in to comment.