Answers for "jsonschema string enum"

1

jsonschema string enum

{
    "type": "array",
    "items": {
        "type": "string",
        "enum": ["one", "two", "three"]
    }
}
Posted by: Guest on August-08-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language