@digdir/dialogporten-schema 1.21.0-c7bfb07 → 1.22.0-482b38a
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 +6 -7
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -70,7 +70,6 @@
|
|
|
70
70
|
"properties": {
|
|
71
71
|
"mediaType": {
|
|
72
72
|
"description": "Media type of the content (plaintext, Markdown). Can also indicate that the content is embeddable.",
|
|
73
|
-
"example": "text/plain\ntext/markdown\napplication/vnd.dialogporten.frontchannelembed",
|
|
74
73
|
"type": "string"
|
|
75
74
|
},
|
|
76
75
|
"value": {
|
|
@@ -297,7 +296,7 @@
|
|
|
297
296
|
"additionalProperties": false,
|
|
298
297
|
"properties": {
|
|
299
298
|
"additionalInfo": {
|
|
300
|
-
"description": "Additional information about the dialog
|
|
299
|
+
"description": "Additional information about the dialog.\nSupported media types: text/plain, text/markdown",
|
|
301
300
|
"nullable": true,
|
|
302
301
|
"oneOf": [
|
|
303
302
|
{
|
|
@@ -306,7 +305,7 @@
|
|
|
306
305
|
]
|
|
307
306
|
},
|
|
308
307
|
"extendedStatus": {
|
|
309
|
-
"description": "Used as the human-readable label used to describe the \u0022ExtendedStatus\u0022 field
|
|
308
|
+
"description": "Used as the human-readable label used to describe the \u0022ExtendedStatus\u0022 field.\nSupported media types: text/plain",
|
|
310
309
|
"nullable": true,
|
|
311
310
|
"oneOf": [
|
|
312
311
|
{
|
|
@@ -315,7 +314,7 @@
|
|
|
315
314
|
]
|
|
316
315
|
},
|
|
317
316
|
"mainContentReference": {
|
|
318
|
-
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.",
|
|
317
|
+
"description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.\nSupported media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
|
|
319
318
|
"nullable": true,
|
|
320
319
|
"oneOf": [
|
|
321
320
|
{
|
|
@@ -324,7 +323,7 @@
|
|
|
324
323
|
]
|
|
325
324
|
},
|
|
326
325
|
"senderName": {
|
|
327
|
-
"description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name. Must be text/plain if supplied
|
|
326
|
+
"description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name. Must be text/plain if supplied.\nSupported media types: text/plain",
|
|
328
327
|
"nullable": true,
|
|
329
328
|
"oneOf": [
|
|
330
329
|
{
|
|
@@ -333,7 +332,7 @@
|
|
|
333
332
|
]
|
|
334
333
|
},
|
|
335
334
|
"summary": {
|
|
336
|
-
"description": "A short summary of the dialog and its current state
|
|
335
|
+
"description": "A short summary of the dialog and its current state.\nSupported media types: text/plain",
|
|
337
336
|
"oneOf": [
|
|
338
337
|
{
|
|
339
338
|
"$ref": "#/components/schemas/ContentValueDto"
|
|
@@ -341,7 +340,7 @@
|
|
|
341
340
|
]
|
|
342
341
|
},
|
|
343
342
|
"title": {
|
|
344
|
-
"description": "The title of the dialog
|
|
343
|
+
"description": "The title of the dialog.\nSupported media types: text/plain",
|
|
345
344
|
"oneOf": [
|
|
346
345
|
{
|
|
347
346
|
"$ref": "#/components/schemas/ContentValueDto"
|