@digdir/dialogporten-schema 1.86.0 → 1.86.2
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 +10 -0
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -1233,6 +1233,11 @@
|
|
|
1233
1233
|
}
|
|
1234
1234
|
]
|
|
1235
1235
|
},
|
|
1236
|
+
"id": {
|
|
1237
|
+
"description": "The unique identifier for the attachment URL in UUIDv7 format.",
|
|
1238
|
+
"format": "guid",
|
|
1239
|
+
"type": "string"
|
|
1240
|
+
},
|
|
1236
1241
|
"mediaType": {
|
|
1237
1242
|
"description": "The media type of the attachment.",
|
|
1238
1243
|
"example": "application/pdf\napplication/zip",
|
|
@@ -4573,6 +4578,11 @@
|
|
|
4573
4578
|
}
|
|
4574
4579
|
]
|
|
4575
4580
|
},
|
|
4581
|
+
"id": {
|
|
4582
|
+
"description": "The unique identifier for the attachment URL in UUIDv7 format.",
|
|
4583
|
+
"format": "guid",
|
|
4584
|
+
"type": "string"
|
|
4585
|
+
},
|
|
4576
4586
|
"mediaType": {
|
|
4577
4587
|
"description": "The media type of the attachment.",
|
|
4578
4588
|
"example": "application/pdf\napplication/zip",
|