89
89
type : string
90
90
enum :
91
91
- application/json
92
- description : Content type of the request body .
92
+ description : Content type van de verzoekinhoud .
93
93
required : true
94
94
tags :
95
95
- Objecttypes
@@ -153,7 +153,7 @@ paths:
153
153
type : string
154
154
enum :
155
155
- application/json
156
- description : Content type of the request body .
156
+ description : Content type van de verzoekinhoud .
157
157
required : true
158
158
- in : path
159
159
name : objecttype_uuid
@@ -196,6 +196,7 @@ paths:
196
196
type : integer
197
197
maximum : 32767
198
198
minimum : 0
199
+ title : Versie
199
200
description : Integer version of the OBJECTTYPE
200
201
required : true
201
202
tags :
@@ -219,7 +220,7 @@ paths:
219
220
type : string
220
221
enum :
221
222
- application/json
222
- description : Content type of the request body .
223
+ description : Content type van de verzoekinhoud .
223
224
required : true
224
225
- in : path
225
226
name : objecttype_uuid
@@ -234,6 +235,7 @@ paths:
234
235
type : integer
235
236
maximum : 32767
236
237
minimum : 0
238
+ title : Versie
237
239
description : Integer version of the OBJECTTYPE
238
240
required : true
239
241
tags :
@@ -262,7 +264,7 @@ paths:
262
264
type : string
263
265
enum :
264
266
- application/json
265
- description : Content type of the request body .
267
+ description : Content type van de verzoekinhoud .
266
268
required : true
267
269
- in : path
268
270
name : objecttype_uuid
@@ -277,6 +279,7 @@ paths:
277
279
type : integer
278
280
maximum : 32767
279
281
minimum : 0
282
+ title : Versie
280
283
description : Integer version of the OBJECTTYPE
281
284
required : true
282
285
tags :
@@ -312,6 +315,7 @@ paths:
312
315
type : integer
313
316
maximum : 32767
314
317
minimum : 0
318
+ title : Versie
315
319
description : Integer version of the OBJECTTYPE
316
320
required : true
317
321
tags :
@@ -352,7 +356,7 @@ paths:
352
356
type : string
353
357
enum :
354
358
- application/json
355
- description : Content type of the request body .
359
+ description : Content type van de verzoekinhoud .
356
360
required : true
357
361
- in : path
358
362
name : uuid
@@ -387,7 +391,7 @@ paths:
387
391
type : string
388
392
enum :
389
393
- application/json
390
- description : Content type of the request body .
394
+ description : Content type van de verzoekinhoud .
391
395
required : true
392
396
- in : path
393
397
name : uuid
@@ -449,17 +453,18 @@ components:
449
453
url :
450
454
type : string
451
455
format : uri
456
+ readOnly : true
452
457
minLength : 1
453
458
maxLength : 1000
454
- description : URL reference to this object. This is the unique identification
455
- and location of this object.
456
- readOnly : true
459
+ description : URL-referentie naar dit object. Dit is de unieke identificatie
460
+ en locatie van dit object.
457
461
uuid :
458
462
type : string
459
463
format : uuid
460
464
description : Unique identifier (UUID4)
461
465
name :
462
466
type : string
467
+ title : Naam
463
468
description : Name of the object type
464
469
maxLength : 100
465
470
namePlural :
@@ -514,7 +519,7 @@ components:
514
519
* `weekly` - Weekly
515
520
* `monthly` - Monthly
516
521
* `yearly` - Yearly
517
- * `unknown` - Unknown
522
+ * `unknown` - Onbekend
518
523
providerOrganization :
519
524
type : string
520
525
description : Organization which is responsible for publication of the object
@@ -571,6 +576,7 @@ components:
571
576
version :
572
577
type : integer
573
578
readOnly : true
579
+ title : Versie
574
580
description : Integer version of the OBJECTTYPE
575
581
objectType :
576
582
type : string
@@ -657,17 +663,18 @@ components:
657
663
url :
658
664
type : string
659
665
format : uri
666
+ readOnly : true
660
667
minLength : 1
661
668
maxLength : 1000
662
- description : URL reference to this object. This is the unique identification
663
- and location of this object.
664
- readOnly : true
669
+ description : URL-referentie naar dit object. Dit is de unieke identificatie
670
+ en locatie van dit object.
665
671
uuid :
666
672
type : string
667
673
format : uuid
668
674
description : Unique identifier (UUID4)
669
675
name :
670
676
type : string
677
+ title : Naam
671
678
description : Name of the object type
672
679
maxLength : 100
673
680
namePlural :
@@ -722,7 +729,7 @@ components:
722
729
* `weekly` - Weekly
723
730
* `monthly` - Monthly
724
731
* `yearly` - Yearly
725
- * `unknown` - Unknown
732
+ * `unknown` - Onbekend
726
733
providerOrganization :
727
734
type : string
728
735
description : Organization which is responsible for publication of the object
@@ -776,6 +783,7 @@ components:
776
783
version :
777
784
type : integer
778
785
readOnly : true
786
+ title : Versie
779
787
description : Integer version of the OBJECTTYPE
780
788
objectType :
781
789
type : string
@@ -837,7 +845,7 @@ components:
837
845
* `weekly` - Weekly
838
846
* `monthly` - Monthly
839
847
* `yearly` - Yearly
840
- * `unknown` - Unknown
848
+ * `unknown` - Onbekend
841
849
securitySchemes :
842
850
tokenAuth :
843
851
type : apiKey
0 commit comments