Skip to content

Commit 6605f1d

Browse files
committed
fix(openapi): mirror docmdp snapshot schema in full spec
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 425358f commit 6605f1d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

openapi-full.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,6 +2050,22 @@
20502050
}
20512051
}
20522052
},
2053+
"PolicySnapshotIntegerEntry": {
2054+
"type": "object",
2055+
"required": [
2056+
"effectiveValue",
2057+
"sourceScope"
2058+
],
2059+
"properties": {
2060+
"effectiveValue": {
2061+
"type": "integer",
2062+
"format": "int64"
2063+
},
2064+
"sourceScope": {
2065+
"type": "string"
2066+
}
2067+
}
2068+
},
20532069
"ProgressError": {
20542070
"type": "object",
20552071
"required": [
@@ -2956,6 +2972,9 @@
29562972
"ValidatePolicySnapshot": {
29572973
"type": "object",
29582974
"properties": {
2975+
"docmdp": {
2976+
"$ref": "#/components/schemas/PolicySnapshotIntegerEntry"
2977+
},
29592978
"signature_flow": {
29602979
"$ref": "#/components/schemas/PolicySnapshotEntry"
29612980
}

0 commit comments

Comments
 (0)