Howdy, Having a heck of a time figuring out how to use enums as i'd like: The examples show: "myEnum" : { "type" : "string", "enum" : ["one", "secondOne", "3rd one"] } but what I really want is myEnum = { ONE (1), TWO (2), THREE (3) } Thanks
Howdy,
Having a heck of a time figuring out how to use enums as i'd like:
The examples show:
"myEnum" : {
"type" : "string",
"enum" : ["one", "secondOne", "3rd one"]
}
but what I really want is
myEnum = {
ONE (1),
TWO (2),
THREE (3)
}
Thanks