Unverified Commit 08a1a112 authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

benchmarks: simplify test jsonschema (#14567)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent 1477ffc3
{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": { "type": "string" },
"race": { "type": "string" },
"class": { "type": "string" },
"level": { "type": "integer" },
"background": { "type": "string" },
"alignment": { "type": "string" },
"backstory": { "type": "string" }
"email": { "type": "string" },
"street": { "type": "string" },
"city": { "type": "string" },
"state": { "type": "string" },
"zip": { "type": "string" },
"phone": { "type": "string" },
"website": { "type": "string" },
"company": { "type": "string" },
"age": { "type": "integer" }
},
"required": [
"name",
"race",
"class",
"level",
"background",
"alignment",
"backstory"
"email"
]
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment