Skip to content

Commit 425358f

Browse files
committed
fix(openapi): add docmdp policy snapshot to api schema
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 0384960 commit 425358f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

openapi.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,22 @@
15591559
}
15601560
}
15611561
},
1562+
"PolicySnapshotIntegerEntry": {
1563+
"type": "object",
1564+
"required": [
1565+
"effectiveValue",
1566+
"sourceScope"
1567+
],
1568+
"properties": {
1569+
"effectiveValue": {
1570+
"type": "integer",
1571+
"format": "int64"
1572+
},
1573+
"sourceScope": {
1574+
"type": "string"
1575+
}
1576+
}
1577+
},
15621578
"ProgressError": {
15631579
"type": "object",
15641580
"required": [
@@ -2220,6 +2236,9 @@
22202236
"ValidatePolicySnapshot": {
22212237
"type": "object",
22222238
"properties": {
2239+
"docmdp": {
2240+
"$ref": "#/components/schemas/PolicySnapshotIntegerEntry"
2241+
},
22232242
"signature_flow": {
22242243
"$ref": "#/components/schemas/PolicySnapshotEntry"
22252244
}

0 commit comments

Comments
 (0)