Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Javascript
jsonschema string enum
D F
Programming language:
Javascript
2021-06-03 11:46:27
0
Q:
jsonschema string enum
Jason
Code:
Javascript
2021-05-26 07:19:30
{
"type"
:
"array"
,
"items"
: {
"type"
:
"string"
,
"enum"
: [
"one"
,
"two"
,
"three"
] } }
0
Tags
string
enum
Related
json enum string
New to Communities?
Join the community