@digdir/dialogporten-schema 1.30.0 → 1.32.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 +4 -4
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"CONNECT"
|
|
147
147
|
]
|
|
148
148
|
},
|
|
149
|
-
"
|
|
149
|
+
"JsonPatchOperations_Operation": {
|
|
150
150
|
"additionalProperties": false,
|
|
151
151
|
"properties": {
|
|
152
152
|
"from": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"type": "string"
|
|
159
159
|
},
|
|
160
160
|
"operationType": {
|
|
161
|
-
"$ref": "#/components/schemas/
|
|
161
|
+
"$ref": "#/components/schemas/JsonPatchOperations_OperationType"
|
|
162
162
|
},
|
|
163
163
|
"path": {
|
|
164
164
|
"nullable": true,
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
},
|
|
171
171
|
"type": "object"
|
|
172
172
|
},
|
|
173
|
-
"
|
|
173
|
+
"JsonPatchOperations_OperationType": {
|
|
174
174
|
"description": "",
|
|
175
175
|
"enum": [
|
|
176
176
|
"Add",
|
|
@@ -6048,7 +6048,7 @@
|
|
|
6048
6048
|
"application/json": {
|
|
6049
6049
|
"schema": {
|
|
6050
6050
|
"items": {
|
|
6051
|
-
"$ref": "#/components/schemas/
|
|
6051
|
+
"$ref": "#/components/schemas/JsonPatchOperations_Operation"
|
|
6052
6052
|
},
|
|
6053
6053
|
"type": "array"
|
|
6054
6054
|
}
|