@digdir/dialogporten-schema 1.117.2-e4c0e81 → 1.117.3-64f0e23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/swagger.verified.json +42 -18
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -312,59 +312,83 @@
|
|
|
312
312
|
"type": "object"
|
|
313
313
|
},
|
|
314
314
|
"ProblemDetails": {
|
|
315
|
-
"additionalProperties":
|
|
315
|
+
"additionalProperties": {
|
|
316
|
+
"nullable": true
|
|
317
|
+
},
|
|
316
318
|
"properties": {
|
|
319
|
+
"code": {
|
|
320
|
+
"nullable": true,
|
|
321
|
+
"type": "string"
|
|
322
|
+
},
|
|
317
323
|
"detail": {
|
|
318
324
|
"nullable": true,
|
|
319
325
|
"type": "string"
|
|
320
326
|
},
|
|
321
327
|
"errors": {
|
|
322
|
-
"
|
|
323
|
-
"
|
|
328
|
+
"additionalProperties": {
|
|
329
|
+
"items": {
|
|
330
|
+
"type": "string"
|
|
331
|
+
},
|
|
332
|
+
"type": "array"
|
|
324
333
|
},
|
|
325
|
-
"
|
|
326
|
-
"type": "array"
|
|
334
|
+
"type": "object"
|
|
327
335
|
},
|
|
328
336
|
"instance": {
|
|
329
|
-
"
|
|
337
|
+
"nullable": true,
|
|
330
338
|
"type": "string"
|
|
331
339
|
},
|
|
332
340
|
"status": {
|
|
333
|
-
"default": 400,
|
|
334
341
|
"format": "int32",
|
|
342
|
+
"nullable": true,
|
|
335
343
|
"type": "integer"
|
|
336
344
|
},
|
|
345
|
+
"statusDescription": {
|
|
346
|
+
"nullable": true,
|
|
347
|
+
"type": "string"
|
|
348
|
+
},
|
|
337
349
|
"title": {
|
|
338
|
-
"
|
|
350
|
+
"nullable": true,
|
|
339
351
|
"type": "string"
|
|
340
352
|
},
|
|
341
353
|
"traceId": {
|
|
342
|
-
"
|
|
354
|
+
"nullable": true,
|
|
343
355
|
"type": "string"
|
|
344
356
|
},
|
|
345
357
|
"type": {
|
|
346
|
-
"
|
|
358
|
+
"nullable": true,
|
|
347
359
|
"type": "string"
|
|
360
|
+
},
|
|
361
|
+
"validationErrors": {
|
|
362
|
+
"items": {
|
|
363
|
+
"$ref": "#/components/schemas/ProblemDetails_Error"
|
|
364
|
+
},
|
|
365
|
+
"nullable": true,
|
|
366
|
+
"type": "array"
|
|
348
367
|
}
|
|
349
368
|
},
|
|
350
369
|
"type": "object"
|
|
351
370
|
},
|
|
352
371
|
"ProblemDetails_Error": {
|
|
353
|
-
"additionalProperties":
|
|
372
|
+
"additionalProperties": {
|
|
373
|
+
"nullable": true
|
|
374
|
+
},
|
|
354
375
|
"properties": {
|
|
355
376
|
"code": {
|
|
356
377
|
"nullable": true,
|
|
357
378
|
"type": "string"
|
|
358
379
|
},
|
|
359
|
-
"
|
|
360
|
-
"
|
|
380
|
+
"detail": {
|
|
381
|
+
"nullable": true,
|
|
361
382
|
"type": "string"
|
|
362
383
|
},
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
|
|
384
|
+
"paths": {
|
|
385
|
+
"items": {
|
|
386
|
+
"type": "string"
|
|
387
|
+
},
|
|
388
|
+
"nullable": true,
|
|
389
|
+
"type": "array"
|
|
366
390
|
},
|
|
367
|
-
"
|
|
391
|
+
"title": {
|
|
368
392
|
"nullable": true,
|
|
369
393
|
"type": "string"
|
|
370
394
|
}
|
|
@@ -11532,4 +11556,4 @@
|
|
|
11532
11556
|
}
|
|
11533
11557
|
}
|
|
11534
11558
|
}
|
|
11535
|
-
}
|
|
11559
|
+
}
|