benchmarks: simplify test jsonschema (#14567)
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
parent
1477ffc381
commit
08a1a1121d
@ -1,25 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user