1{ 2 "openapi": "3.0.0", 3 "info": { 4 "title": "Generated by cue.", 5 "version": "no version" 6 }, 7 "paths": {}, 8 "components": { 9 "schemas": { 10 "CaptureMode": { 11 "type": "string", 12 "enum": [ 13 "DEFAULT", 14 "IPTABLES", 15 "NONE" 16 ] 17 } 18 } 19 } 20}