You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to set the value of action to one of the values from the enum using JsonGeneratorConfig, but I don't think this is supported. Please correct me if I am wrong. "action": { "enum": [ "action1", "action2", "action3" ], "id": "/properties/action", "type": "string" }
The text was updated successfully, but these errors were encountered:
no enum generator does not use the configuration yet. You can make a PR :) or simply leave in your schema only the Item you want so the generator will not have a choice.
I've tried to set the value of action to one of the values from the enum using JsonGeneratorConfig, but I don't think this is supported. Please correct me if I am wrong.
"action": { "enum": [ "action1", "action2", "action3" ], "id": "/properties/action", "type": "string" }
The text was updated successfully, but these errors were encountered: