@digdir/dialogporten-schema 1.110.5-79f98db → 1.110.5-7f10efb
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 +21 -1
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -6735,6 +6735,16 @@
|
|
|
6735
6735
|
},
|
|
6736
6736
|
"type": "object"
|
|
6737
6737
|
},
|
|
6738
|
+
"V1ServiceOwnerServiceOwnerContextQueriesGetServiceOwnerLabels_ServiceOwnerLabel": {
|
|
6739
|
+
"additionalProperties": false,
|
|
6740
|
+
"properties": {
|
|
6741
|
+
"value": {
|
|
6742
|
+
"description": "A label value.",
|
|
6743
|
+
"type": "string"
|
|
6744
|
+
}
|
|
6745
|
+
},
|
|
6746
|
+
"type": "object"
|
|
6747
|
+
},
|
|
6738
6748
|
"V1WellKnownJwksQueriesGet_Jwk": {
|
|
6739
6749
|
"additionalProperties": false,
|
|
6740
6750
|
"properties": {
|
|
@@ -10053,6 +10063,16 @@
|
|
|
10053
10063
|
],
|
|
10054
10064
|
"responses": {
|
|
10055
10065
|
"200": {
|
|
10066
|
+
"content": {
|
|
10067
|
+
"application/json": {
|
|
10068
|
+
"schema": {
|
|
10069
|
+
"items": {
|
|
10070
|
+
"$ref": "#/components/schemas/V1ServiceOwnerServiceOwnerContextQueriesGetServiceOwnerLabels_ServiceOwnerLabel"
|
|
10071
|
+
},
|
|
10072
|
+
"type": "array"
|
|
10073
|
+
}
|
|
10074
|
+
}
|
|
10075
|
+
},
|
|
10056
10076
|
"description": "Successfully retrieved the service owner labels."
|
|
10057
10077
|
},
|
|
10058
10078
|
"401": {
|
|
@@ -11304,4 +11324,4 @@
|
|
|
11304
11324
|
}
|
|
11305
11325
|
}
|
|
11306
11326
|
}
|
|
11307
|
-
}
|
|
11327
|
+
}
|