We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
date-time
openTime
1 parent d56d08f commit 5d121f1Copy full SHA for 5d121f1
spec/openapi.yaml
@@ -3299,7 +3299,6 @@ components:
3299
applicationPublicId:
3300
type: string
3301
openTime:
3302
- format: date-time
3303
3304
policyViolationCount:
3305
format: int64
update-spec.py
@@ -519,5 +519,10 @@
519
'type': 'string'
520
}
521
522
+print('Patching schema: ContainerImageInQuarantineData...')
523
+json_spec['components']['schemas']['ContainerImageInQuarantineData']['properties']['openTime'] = {
524
+ 'type': 'string'
525
+}
526
+
527
with open('./spec/openapi.yaml', 'w') as output_yaml_specfile:
528
output_yaml_specfile.write(yaml_dump(json_spec))
0 commit comments