@digdir/dialogporten-schema 1.26.0 → 1.27.0
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 +70 -70
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"type": "string"
|
|
74
74
|
},
|
|
75
75
|
"value": {
|
|
76
|
-
"description": "A list of localizations for the content",
|
|
76
|
+
"description": "A list of localizations for the content.",
|
|
77
77
|
"items": {
|
|
78
78
|
"$ref": "#/components/schemas/LocalizationDto"
|
|
79
79
|
},
|
|
@@ -155,14 +155,14 @@
|
|
|
155
155
|
"type": "array"
|
|
156
156
|
},
|
|
157
157
|
"attachments": {
|
|
158
|
-
"description": "The attachments associated with the dialog (on an aggregate level)",
|
|
158
|
+
"description": "The attachments associated with the dialog (on an aggregate level).",
|
|
159
159
|
"items": {
|
|
160
160
|
"$ref": "#/components/schemas/CreateDialogDialogAttachmentDto"
|
|
161
161
|
},
|
|
162
162
|
"type": "array"
|
|
163
163
|
},
|
|
164
164
|
"content": {
|
|
165
|
-
"description": "The dialog unstructured text content",
|
|
165
|
+
"description": "The dialog unstructured text content.",
|
|
166
166
|
"oneOf": [
|
|
167
167
|
{
|
|
168
168
|
"$ref": "#/components/schemas/CreateDialogContentDto"
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
]
|
|
171
171
|
},
|
|
172
172
|
"createdAt": {
|
|
173
|
-
"description": "If set, will override the date and time when the dialog is set as created
|
|
173
|
+
"description": "If set, will override the date and time when the dialog is set as created.\nIf not supplied, the current date /time will be used.",
|
|
174
174
|
"example": "2022-12-31T23:59:59Z",
|
|
175
175
|
"format": "date-time",
|
|
176
176
|
"type": "string"
|
|
@@ -207,14 +207,14 @@
|
|
|
207
207
|
"type": "array"
|
|
208
208
|
},
|
|
209
209
|
"id": {
|
|
210
|
-
"description": "A self-defined UUIDv7 may be provided
|
|
210
|
+
"description": "A self-defined UUIDv7 may be provided to support idempotent creation of dialogs. If not provided, a new UUIDv7 will be generated.",
|
|
211
211
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
212
212
|
"format": "guid",
|
|
213
213
|
"nullable": true,
|
|
214
214
|
"type": "string"
|
|
215
215
|
},
|
|
216
216
|
"party": {
|
|
217
|
-
"description": "The party code representing the organization or person that the dialog belongs to in URN format",
|
|
217
|
+
"description": "The party code representing the organization or person that the dialog belongs to in URN format.",
|
|
218
218
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
219
219
|
"type": "string"
|
|
220
220
|
},
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"type": "string"
|
|
225
225
|
},
|
|
226
226
|
"process": {
|
|
227
|
-
"description": "Optional process identifier used to indicate a business process this dialog belongs to",
|
|
227
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to.",
|
|
228
228
|
"nullable": true,
|
|
229
229
|
"type": "string"
|
|
230
230
|
},
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
]
|
|
256
256
|
},
|
|
257
257
|
"systemLabel": {
|
|
258
|
-
"description": "Set the system label of the dialog Migration purposes",
|
|
258
|
+
"description": "Set the system label of the dialog Migration purposes.",
|
|
259
259
|
"nullable": true,
|
|
260
260
|
"oneOf": [
|
|
261
261
|
{
|
|
@@ -264,14 +264,14 @@
|
|
|
264
264
|
]
|
|
265
265
|
},
|
|
266
266
|
"transmissions": {
|
|
267
|
-
"description": "The immutable list of transmissions associated with the dialog",
|
|
267
|
+
"description": "The immutable list of transmissions associated with the dialog.",
|
|
268
268
|
"items": {
|
|
269
269
|
"$ref": "#/components/schemas/CreateDialogDialogTransmissionDto"
|
|
270
270
|
},
|
|
271
271
|
"type": "array"
|
|
272
272
|
},
|
|
273
273
|
"updatedAt": {
|
|
274
|
-
"description": "If set, will override the date and time when the dialog is set as last updated
|
|
274
|
+
"description": "If set, will override the date and time when the dialog is set as last updated.\nIf not supplied, the current date /time will be used.",
|
|
275
275
|
"example": "2022-12-31T23:59:59Z",
|
|
276
276
|
"format": "date-time",
|
|
277
277
|
"type": "string"
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"type": "string"
|
|
368
368
|
},
|
|
369
369
|
"id": {
|
|
370
|
-
"description": "A self-defined UUIDv7 may be provided
|
|
370
|
+
"description": "A self-defined UUIDv7 may be provided to support idempotent creation of activities. If not provided, a new UUIDv7 will be generated.",
|
|
371
371
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
372
372
|
"format": "guid",
|
|
373
373
|
"nullable": true,
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"additionalProperties": false,
|
|
429
429
|
"properties": {
|
|
430
430
|
"action": {
|
|
431
|
-
"description": "String identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy,\nwhich by default is the policy belonging to the service referred to by \u0022serviceResource\u0022 in the dialog",
|
|
431
|
+
"description": "String identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy,\nwhich by default is the policy belonging to the service referred to by \u0022serviceResource\u0022 in the dialog.",
|
|
432
432
|
"example": "write",
|
|
433
433
|
"type": "string"
|
|
434
434
|
},
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
"additionalProperties": false,
|
|
550
550
|
"properties": {
|
|
551
551
|
"action": {
|
|
552
|
-
"description": "The action identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy
|
|
552
|
+
"description": "The action identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy.",
|
|
553
553
|
"type": "string"
|
|
554
554
|
},
|
|
555
555
|
"authorizationAttribute": {
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
"additionalProperties": false,
|
|
639
639
|
"properties": {
|
|
640
640
|
"attachments": {
|
|
641
|
-
"description": "The transmission-level attachments",
|
|
641
|
+
"description": "The transmission-level attachments.",
|
|
642
642
|
"items": {
|
|
643
643
|
"$ref": "#/components/schemas/CreateDialogTransmissionAttachmentDto"
|
|
644
644
|
},
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
"type": "string"
|
|
652
652
|
},
|
|
653
653
|
"content": {
|
|
654
|
-
"description": "The transmission unstructured text content",
|
|
654
|
+
"description": "The transmission unstructured text content.",
|
|
655
655
|
"oneOf": [
|
|
656
656
|
{
|
|
657
657
|
"$ref": "#/components/schemas/CreateDialogDialogTransmissionContentDto"
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
]
|
|
660
660
|
},
|
|
661
661
|
"createdAt": {
|
|
662
|
-
"description": "If supplied, overrides the creating date and time for the transmission
|
|
662
|
+
"description": "If supplied, overrides the creating date and time for the transmission.\nIf not supplied, the current date /time will be used.",
|
|
663
663
|
"format": "date-time",
|
|
664
664
|
"type": "string"
|
|
665
665
|
},
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"type": "string"
|
|
671
671
|
},
|
|
672
672
|
"id": {
|
|
673
|
-
"description": "A self-defined UUIDv7 may be provided
|
|
673
|
+
"description": "A self-defined UUIDv7 may be provided to support idempotent creation of transmissions. If not provided, a new UUIDv7 will be generated.",
|
|
674
674
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
675
675
|
"format": "guid",
|
|
676
676
|
"nullable": true,
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
"additionalProperties": false,
|
|
794
794
|
"properties": {
|
|
795
795
|
"attachments": {
|
|
796
|
-
"description": "The transmission-level attachments",
|
|
796
|
+
"description": "The transmission-level attachments.",
|
|
797
797
|
"items": {
|
|
798
798
|
"$ref": "#/components/schemas/UpdateDialogTransmissionAttachmentDto"
|
|
799
799
|
},
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
"type": "string"
|
|
807
807
|
},
|
|
808
808
|
"content": {
|
|
809
|
-
"description": "The transmission unstructured text content",
|
|
809
|
+
"description": "The transmission unstructured text content.",
|
|
810
810
|
"oneOf": [
|
|
811
811
|
{
|
|
812
812
|
"$ref": "#/components/schemas/UpdateDialogDialogTransmissionContentDto"
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"additionalProperties": false,
|
|
1330
1330
|
"properties": {
|
|
1331
1331
|
"action": {
|
|
1332
|
-
"description": "String identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy,\nwhich by default is the policy belonging to the service referred to by \u0022serviceResource\u0022 in the dialog",
|
|
1332
|
+
"description": "String identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy,\nwhich by default is the policy belonging to the service referred to by \u0022serviceResource\u0022 in the dialog.",
|
|
1333
1333
|
"example": "write",
|
|
1334
1334
|
"type": "string"
|
|
1335
1335
|
},
|
|
@@ -1362,7 +1362,7 @@
|
|
|
1362
1362
|
"additionalProperties": false,
|
|
1363
1363
|
"properties": {
|
|
1364
1364
|
"action": {
|
|
1365
|
-
"description": "String identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy,\nwhich by default is the policy belonging to the service referred to by \u0022serviceResource\u0022 in the dialog",
|
|
1365
|
+
"description": "String identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy,\nwhich by default is the policy belonging to the service referred to by \u0022serviceResource\u0022 in the dialog.",
|
|
1366
1366
|
"example": "write",
|
|
1367
1367
|
"type": "string"
|
|
1368
1368
|
},
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
"additionalProperties": false,
|
|
1624
1624
|
"properties": {
|
|
1625
1625
|
"action": {
|
|
1626
|
-
"description": "The action identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy
|
|
1626
|
+
"description": "The action identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy.",
|
|
1627
1627
|
"type": "string"
|
|
1628
1628
|
},
|
|
1629
1629
|
"authorizationAttribute": {
|
|
@@ -1689,7 +1689,7 @@
|
|
|
1689
1689
|
"additionalProperties": false,
|
|
1690
1690
|
"properties": {
|
|
1691
1691
|
"action": {
|
|
1692
|
-
"description": "The action identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy
|
|
1692
|
+
"description": "The action identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy.",
|
|
1693
1693
|
"type": "string"
|
|
1694
1694
|
},
|
|
1695
1695
|
"authorizationAttribute": {
|
|
@@ -1769,12 +1769,12 @@
|
|
|
1769
1769
|
"type": "boolean"
|
|
1770
1770
|
},
|
|
1771
1771
|
"seenAt": {
|
|
1772
|
-
"description": "The timestamp when the dialog revision was seen",
|
|
1772
|
+
"description": "The timestamp when the dialog revision was seen.",
|
|
1773
1773
|
"format": "date-time",
|
|
1774
1774
|
"type": "string"
|
|
1775
1775
|
},
|
|
1776
1776
|
"seenBy": {
|
|
1777
|
-
"description": "The actor that saw the dialog revision",
|
|
1777
|
+
"description": "The actor that saw the dialog revision.",
|
|
1778
1778
|
"oneOf": [
|
|
1779
1779
|
{
|
|
1780
1780
|
"$ref": "#/components/schemas/GetDialogDialogSeenLogSeenByActorDto"
|
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
"type": "string"
|
|
1794
1794
|
},
|
|
1795
1795
|
"isCurrentEndUser": {
|
|
1796
|
-
"description": "Flag indicating whether the seen log entry was created by the current end user, if provided in the query",
|
|
1796
|
+
"description": "Flag indicating whether the seen log entry was created by the current end user, if provided in the query.",
|
|
1797
1797
|
"type": "boolean"
|
|
1798
1798
|
},
|
|
1799
1799
|
"isViaServiceOwner": {
|
|
@@ -1802,12 +1802,12 @@
|
|
|
1802
1802
|
"type": "boolean"
|
|
1803
1803
|
},
|
|
1804
1804
|
"seenAt": {
|
|
1805
|
-
"description": "The timestamp when the dialog revision was seen",
|
|
1805
|
+
"description": "The timestamp when the dialog revision was seen.",
|
|
1806
1806
|
"format": "date-time",
|
|
1807
1807
|
"type": "string"
|
|
1808
1808
|
},
|
|
1809
1809
|
"seenBy": {
|
|
1810
|
-
"description": "The actor that saw the dialog revision",
|
|
1810
|
+
"description": "The actor that saw the dialog revision.",
|
|
1811
1811
|
"oneOf": [
|
|
1812
1812
|
{
|
|
1813
1813
|
"$ref": "#/components/schemas/GetDialogDialogSeenLogSeenByActorDtoSO"
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
"additionalProperties": false,
|
|
2016
2016
|
"properties": {
|
|
2017
2017
|
"attachments": {
|
|
2018
|
-
"description": "The transmission-level attachments",
|
|
2018
|
+
"description": "The transmission-level attachments.",
|
|
2019
2019
|
"items": {
|
|
2020
2020
|
"$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentDto"
|
|
2021
2021
|
},
|
|
@@ -2028,7 +2028,7 @@
|
|
|
2028
2028
|
"type": "string"
|
|
2029
2029
|
},
|
|
2030
2030
|
"content": {
|
|
2031
|
-
"description": "The transmission unstructured text content",
|
|
2031
|
+
"description": "The transmission unstructured text content.",
|
|
2032
2032
|
"oneOf": [
|
|
2033
2033
|
{
|
|
2034
2034
|
"$ref": "#/components/schemas/GetDialogDialogTransmissionContentDto"
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
"type": "string"
|
|
2053
2053
|
},
|
|
2054
2054
|
"isAuthorized": {
|
|
2055
|
-
"description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available",
|
|
2055
|
+
"description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available.",
|
|
2056
2056
|
"type": "boolean"
|
|
2057
2057
|
},
|
|
2058
2058
|
"relatedTransmissionId": {
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
"additionalProperties": false,
|
|
2085
2085
|
"properties": {
|
|
2086
2086
|
"attachments": {
|
|
2087
|
-
"description": "The transmission-level attachments",
|
|
2087
|
+
"description": "The transmission-level attachments.",
|
|
2088
2088
|
"items": {
|
|
2089
2089
|
"$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentDtoSO"
|
|
2090
2090
|
},
|
|
@@ -2097,7 +2097,7 @@
|
|
|
2097
2097
|
"type": "string"
|
|
2098
2098
|
},
|
|
2099
2099
|
"content": {
|
|
2100
|
-
"description": "The transmission unstructured text content",
|
|
2100
|
+
"description": "The transmission unstructured text content.",
|
|
2101
2101
|
"oneOf": [
|
|
2102
2102
|
{
|
|
2103
2103
|
"$ref": "#/components/schemas/GetDialogDialogTransmissionContentDtoSO"
|
|
@@ -2216,14 +2216,14 @@
|
|
|
2216
2216
|
"type": "array"
|
|
2217
2217
|
},
|
|
2218
2218
|
"attachments": {
|
|
2219
|
-
"description": "The attachments associated with the dialog (on an aggregate level)",
|
|
2219
|
+
"description": "The attachments associated with the dialog (on an aggregate level).",
|
|
2220
2220
|
"items": {
|
|
2221
2221
|
"$ref": "#/components/schemas/GetDialogDialogAttachmentDto"
|
|
2222
2222
|
},
|
|
2223
2223
|
"type": "array"
|
|
2224
2224
|
},
|
|
2225
2225
|
"content": {
|
|
2226
|
-
"description": "The dialog unstructured text content",
|
|
2226
|
+
"description": "The dialog unstructured text content.",
|
|
2227
2227
|
"oneOf": [
|
|
2228
2228
|
{
|
|
2229
2229
|
"$ref": "#/components/schemas/GetDialogContentDto"
|
|
@@ -2237,7 +2237,7 @@
|
|
|
2237
2237
|
"type": "string"
|
|
2238
2238
|
},
|
|
2239
2239
|
"dialogToken": {
|
|
2240
|
-
"description": "The dialog token. May be used (if supported) against external URLs referred to in this dialog\u0027s apiActions,\ntransmissions or attachments.
|
|
2240
|
+
"description": "The dialog token. May be used (if supported) against external URLs referred to in this dialog\u0027s apiActions,\ntransmissions or attachments. It should also be used for front-channel embeds.",
|
|
2241
2241
|
"nullable": true,
|
|
2242
2242
|
"type": "string"
|
|
2243
2243
|
},
|
|
@@ -2284,7 +2284,7 @@
|
|
|
2284
2284
|
"type": "string"
|
|
2285
2285
|
},
|
|
2286
2286
|
"party": {
|
|
2287
|
-
"description": "The party code representing the organization or person that the dialog belongs to in URN format",
|
|
2287
|
+
"description": "The party code representing the organization or person that the dialog belongs to in URN format.",
|
|
2288
2288
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
2289
2289
|
"type": "string"
|
|
2290
2290
|
},
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
"type": "string"
|
|
2295
2295
|
},
|
|
2296
2296
|
"process": {
|
|
2297
|
-
"description": "Optional process identifier used to indicate a business process this dialog belongs to",
|
|
2297
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to.",
|
|
2298
2298
|
"nullable": true,
|
|
2299
2299
|
"type": "string"
|
|
2300
2300
|
},
|
|
@@ -2323,7 +2323,7 @@
|
|
|
2323
2323
|
"type": "string"
|
|
2324
2324
|
},
|
|
2325
2325
|
"serviceResourceType": {
|
|
2326
|
-
"description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType)",
|
|
2326
|
+
"description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType).",
|
|
2327
2327
|
"type": "string"
|
|
2328
2328
|
},
|
|
2329
2329
|
"status": {
|
|
@@ -2343,7 +2343,7 @@
|
|
|
2343
2343
|
]
|
|
2344
2344
|
},
|
|
2345
2345
|
"transmissions": {
|
|
2346
|
-
"description": "The immutable list of transmissions associated with the dialog",
|
|
2346
|
+
"description": "The immutable list of transmissions associated with the dialog.",
|
|
2347
2347
|
"items": {
|
|
2348
2348
|
"$ref": "#/components/schemas/GetDialogDialogTransmissionDto"
|
|
2349
2349
|
},
|
|
@@ -2376,14 +2376,14 @@
|
|
|
2376
2376
|
"type": "array"
|
|
2377
2377
|
},
|
|
2378
2378
|
"attachments": {
|
|
2379
|
-
"description": "The attachments associated with the dialog (on an aggregate level)",
|
|
2379
|
+
"description": "The attachments associated with the dialog (on an aggregate level).",
|
|
2380
2380
|
"items": {
|
|
2381
2381
|
"$ref": "#/components/schemas/GetDialogDialogAttachmentDtoSO"
|
|
2382
2382
|
},
|
|
2383
2383
|
"type": "array"
|
|
2384
2384
|
},
|
|
2385
2385
|
"content": {
|
|
2386
|
-
"description": "The dialog unstructured text content",
|
|
2386
|
+
"description": "The dialog unstructured text content.",
|
|
2387
2387
|
"oneOf": [
|
|
2388
2388
|
{
|
|
2389
2389
|
"$ref": "#/components/schemas/GetDialogContentDtoSO"
|
|
@@ -2445,7 +2445,7 @@
|
|
|
2445
2445
|
"type": "string"
|
|
2446
2446
|
},
|
|
2447
2447
|
"party": {
|
|
2448
|
-
"description": "The party code representing the organization or person that the dialog belongs to in URN format",
|
|
2448
|
+
"description": "The party code representing the organization or person that the dialog belongs to in URN format.",
|
|
2449
2449
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
2450
2450
|
"type": "string"
|
|
2451
2451
|
},
|
|
@@ -2455,7 +2455,7 @@
|
|
|
2455
2455
|
"type": "string"
|
|
2456
2456
|
},
|
|
2457
2457
|
"process": {
|
|
2458
|
-
"description": "Optional process identifier used to indicate a business process this dialog belongs to",
|
|
2458
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to.",
|
|
2459
2459
|
"nullable": true,
|
|
2460
2460
|
"type": "string"
|
|
2461
2461
|
},
|
|
@@ -2492,7 +2492,7 @@
|
|
|
2492
2492
|
"type": "string"
|
|
2493
2493
|
},
|
|
2494
2494
|
"serviceResourceType": {
|
|
2495
|
-
"description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType)",
|
|
2495
|
+
"description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType).",
|
|
2496
2496
|
"type": "string"
|
|
2497
2497
|
},
|
|
2498
2498
|
"status": {
|
|
@@ -2512,7 +2512,7 @@
|
|
|
2512
2512
|
]
|
|
2513
2513
|
},
|
|
2514
2514
|
"transmissions": {
|
|
2515
|
-
"description": "The immutable list of transmissions associated with the dialog",
|
|
2515
|
+
"description": "The immutable list of transmissions associated with the dialog.",
|
|
2516
2516
|
"items": {
|
|
2517
2517
|
"$ref": "#/components/schemas/GetDialogDialogTransmissionDtoSO"
|
|
2518
2518
|
},
|
|
@@ -2840,7 +2840,7 @@
|
|
|
2840
2840
|
"type": "string"
|
|
2841
2841
|
},
|
|
2842
2842
|
"isAuthorized": {
|
|
2843
|
-
"description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available",
|
|
2843
|
+
"description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available.",
|
|
2844
2844
|
"type": "boolean"
|
|
2845
2845
|
},
|
|
2846
2846
|
"relatedTransmissionId": {
|
|
@@ -3094,12 +3094,12 @@
|
|
|
3094
3094
|
"additionalProperties": false,
|
|
3095
3095
|
"properties": {
|
|
3096
3096
|
"languageCode": {
|
|
3097
|
-
"description": "The language code of the localization in ISO 639-1 format",
|
|
3097
|
+
"description": "The language code of the localization in ISO 639-1 format.",
|
|
3098
3098
|
"example": "nb",
|
|
3099
3099
|
"type": "string"
|
|
3100
3100
|
},
|
|
3101
3101
|
"value": {
|
|
3102
|
-
"description": "The localized text or URI reference",
|
|
3102
|
+
"description": "The localized text or URI reference.",
|
|
3103
3103
|
"type": "string"
|
|
3104
3104
|
}
|
|
3105
3105
|
},
|
|
@@ -3601,12 +3601,12 @@
|
|
|
3601
3601
|
"type": "boolean"
|
|
3602
3602
|
},
|
|
3603
3603
|
"seenAt": {
|
|
3604
|
-
"description": "The timestamp when the dialog revision was seen",
|
|
3604
|
+
"description": "The timestamp when the dialog revision was seen.",
|
|
3605
3605
|
"format": "date-time",
|
|
3606
3606
|
"type": "string"
|
|
3607
3607
|
},
|
|
3608
3608
|
"seenBy": {
|
|
3609
|
-
"description": "The actor that saw the dialog revision",
|
|
3609
|
+
"description": "The actor that saw the dialog revision.",
|
|
3610
3610
|
"oneOf": [
|
|
3611
3611
|
{
|
|
3612
3612
|
"$ref": "#/components/schemas/SearchDialogDialogSeenLogSeenByActorDto"
|
|
@@ -3634,12 +3634,12 @@
|
|
|
3634
3634
|
"type": "boolean"
|
|
3635
3635
|
},
|
|
3636
3636
|
"seenAt": {
|
|
3637
|
-
"description": "The timestamp when the dialog revision was seen",
|
|
3637
|
+
"description": "The timestamp when the dialog revision was seen.",
|
|
3638
3638
|
"format": "date-time",
|
|
3639
3639
|
"type": "string"
|
|
3640
3640
|
},
|
|
3641
3641
|
"seenBy": {
|
|
3642
|
-
"description": "The actor that saw the dialog revision",
|
|
3642
|
+
"description": "The actor that saw the dialog revision.",
|
|
3643
3643
|
"oneOf": [
|
|
3644
3644
|
{
|
|
3645
3645
|
"$ref": "#/components/schemas/SearchDialogDialogSeenLogSeenByActorDtoSO"
|
|
@@ -3683,7 +3683,7 @@
|
|
|
3683
3683
|
"additionalProperties": false,
|
|
3684
3684
|
"properties": {
|
|
3685
3685
|
"content": {
|
|
3686
|
-
"description": "The content of the dialog in search results",
|
|
3686
|
+
"description": "The content of the dialog in search results.",
|
|
3687
3687
|
"oneOf": [
|
|
3688
3688
|
{
|
|
3689
3689
|
"$ref": "#/components/schemas/SearchDialogContentDto"
|
|
@@ -3735,17 +3735,17 @@
|
|
|
3735
3735
|
"type": "string"
|
|
3736
3736
|
},
|
|
3737
3737
|
"party": {
|
|
3738
|
-
"description": "The party code representing the organization or person that the dialog belongs to in URN format",
|
|
3738
|
+
"description": "The party code representing the organization or person that the dialog belongs to in URN format.",
|
|
3739
3739
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
3740
3740
|
"type": "string"
|
|
3741
3741
|
},
|
|
3742
3742
|
"precedingProcess": {
|
|
3743
|
-
"description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.
|
|
3743
|
+
"description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
|
|
3744
3744
|
"nullable": true,
|
|
3745
3745
|
"type": "string"
|
|
3746
3746
|
},
|
|
3747
3747
|
"process": {
|
|
3748
|
-
"description": "Optional process identifier used to indicate a business process this dialog belongs to
|
|
3748
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to.",
|
|
3749
3749
|
"nullable": true,
|
|
3750
3750
|
"type": "string"
|
|
3751
3751
|
},
|
|
@@ -3768,7 +3768,7 @@
|
|
|
3768
3768
|
"type": "string"
|
|
3769
3769
|
},
|
|
3770
3770
|
"serviceResourceType": {
|
|
3771
|
-
"description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType)",
|
|
3771
|
+
"description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType).",
|
|
3772
3772
|
"type": "string"
|
|
3773
3773
|
},
|
|
3774
3774
|
"status": {
|
|
@@ -3800,7 +3800,7 @@
|
|
|
3800
3800
|
"additionalProperties": false,
|
|
3801
3801
|
"properties": {
|
|
3802
3802
|
"content": {
|
|
3803
|
-
"description": "The content of the dialog in search results",
|
|
3803
|
+
"description": "The content of the dialog in search results.",
|
|
3804
3804
|
"oneOf": [
|
|
3805
3805
|
{
|
|
3806
3806
|
"$ref": "#/components/schemas/SearchDialogContentDtoSO"
|
|
@@ -3852,7 +3852,7 @@
|
|
|
3852
3852
|
"type": "string"
|
|
3853
3853
|
},
|
|
3854
3854
|
"party": {
|
|
3855
|
-
"description": "The party code representing the organization or person that the dialog belongs to in URN format",
|
|
3855
|
+
"description": "The party code representing the organization or person that the dialog belongs to in URN format.",
|
|
3856
3856
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
3857
3857
|
"type": "string"
|
|
3858
3858
|
},
|
|
@@ -3862,7 +3862,7 @@
|
|
|
3862
3862
|
"type": "string"
|
|
3863
3863
|
},
|
|
3864
3864
|
"process": {
|
|
3865
|
-
"description": "Optional process identifier used to indicate a business process this dialog belongs to",
|
|
3865
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to.",
|
|
3866
3866
|
"nullable": true,
|
|
3867
3867
|
"type": "string"
|
|
3868
3868
|
},
|
|
@@ -3891,7 +3891,7 @@
|
|
|
3891
3891
|
"type": "string"
|
|
3892
3892
|
},
|
|
3893
3893
|
"serviceResourceType": {
|
|
3894
|
-
"description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType)",
|
|
3894
|
+
"description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType).",
|
|
3895
3895
|
"type": "string"
|
|
3896
3896
|
},
|
|
3897
3897
|
"status": {
|
|
@@ -4203,7 +4203,7 @@
|
|
|
4203
4203
|
"type": "string"
|
|
4204
4204
|
},
|
|
4205
4205
|
"isAuthorized": {
|
|
4206
|
-
"description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available",
|
|
4206
|
+
"description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available.",
|
|
4207
4207
|
"type": "boolean"
|
|
4208
4208
|
},
|
|
4209
4209
|
"relatedTransmissionId": {
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
"additionalProperties": false,
|
|
4563
4563
|
"properties": {
|
|
4564
4564
|
"action": {
|
|
4565
|
-
"description": "String identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy,\nwhich by default is the policy belonging to the service referred to by \u0022serviceResource\u0022 in the dialog",
|
|
4565
|
+
"description": "String identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy,\nwhich by default is the policy belonging to the service referred to by \u0022serviceResource\u0022 in the dialog.",
|
|
4566
4566
|
"example": "write",
|
|
4567
4567
|
"type": "string"
|
|
4568
4568
|
},
|
|
@@ -4711,7 +4711,7 @@
|
|
|
4711
4711
|
"additionalProperties": false,
|
|
4712
4712
|
"properties": {
|
|
4713
4713
|
"action": {
|
|
4714
|
-
"description": "The action identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy
|
|
4714
|
+
"description": "The action identifier for the action, corresponding to the \u0022action\u0022 attributeId used in the XACML service policy.",
|
|
4715
4715
|
"type": "string"
|
|
4716
4716
|
},
|
|
4717
4717
|
"authorizationAttribute": {
|
|
@@ -4807,7 +4807,7 @@
|
|
|
4807
4807
|
"additionalProperties": false,
|
|
4808
4808
|
"properties": {
|
|
4809
4809
|
"attachments": {
|
|
4810
|
-
"description": "The transmission-level attachments",
|
|
4810
|
+
"description": "The transmission-level attachments.",
|
|
4811
4811
|
"items": {
|
|
4812
4812
|
"$ref": "#/components/schemas/UpdateDialogTransmissionAttachmentDto"
|
|
4813
4813
|
},
|
|
@@ -4820,7 +4820,7 @@
|
|
|
4820
4820
|
"type": "string"
|
|
4821
4821
|
},
|
|
4822
4822
|
"content": {
|
|
4823
|
-
"description": "The transmission unstructured text content",
|
|
4823
|
+
"description": "The transmission unstructured text content.",
|
|
4824
4824
|
"oneOf": [
|
|
4825
4825
|
{
|
|
4826
4826
|
"$ref": "#/components/schemas/UpdateDialogDialogTransmissionContentDto"
|
|
@@ -4914,14 +4914,14 @@
|
|
|
4914
4914
|
"type": "array"
|
|
4915
4915
|
},
|
|
4916
4916
|
"attachments": {
|
|
4917
|
-
"description": "The attachments associated with the dialog (on an aggregate level)",
|
|
4917
|
+
"description": "The attachments associated with the dialog (on an aggregate level).",
|
|
4918
4918
|
"items": {
|
|
4919
4919
|
"$ref": "#/components/schemas/UpdateDialogDialogAttachmentDto"
|
|
4920
4920
|
},
|
|
4921
4921
|
"type": "array"
|
|
4922
4922
|
},
|
|
4923
4923
|
"content": {
|
|
4924
|
-
"description": "The dialog unstructured text content",
|
|
4924
|
+
"description": "The dialog unstructured text content.",
|
|
4925
4925
|
"oneOf": [
|
|
4926
4926
|
{
|
|
4927
4927
|
"$ref": "#/components/schemas/UpdateDialogContentDto"
|
|
@@ -7438,4 +7438,4 @@
|
|
|
7438
7438
|
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
|
|
7439
7439
|
}
|
|
7440
7440
|
]
|
|
7441
|
-
}
|
|
7441
|
+
}
|