Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
08a1a112
Unverified
Commit
08a1a112
authored
Mar 11, 2025
by
Russell Bryant
Committed by
GitHub
Mar 11, 2025
Browse files
benchmarks: simplify test jsonschema (#14567)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
1477ffc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
16 deletions
+10
-16
benchmarks/structured_schemas/structured_schema_1.json
benchmarks/structured_schemas/structured_schema_1.json
+10
-16
No files found.
benchmarks/structured_schemas/structured_schema_1.json
View file @
08a1a112
{
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"object"
,
"type"
:
"object"
,
"properties"
:
{
"properties"
:
{
"name"
:
{
"type"
:
"string"
},
"name"
:
{
"type"
:
"string"
},
"race"
:
{
"type"
:
"string"
},
"email"
:
{
"type"
:
"string"
},
"class"
:
{
"type"
:
"string"
},
"street"
:
{
"type"
:
"string"
},
"level"
:
{
"type"
:
"integer"
},
"city"
:
{
"type"
:
"string"
},
"background"
:
{
"type"
:
"string"
},
"state"
:
{
"type"
:
"string"
},
"alignment"
:
{
"type"
:
"string"
},
"zip"
:
{
"type"
:
"string"
},
"backstory"
:
{
"type"
:
"string"
}
"phone"
:
{
"type"
:
"string"
},
"website"
:
{
"type"
:
"string"
},
"company"
:
{
"type"
:
"string"
},
"age"
:
{
"type"
:
"integer"
}
},
},
"required"
:
[
"required"
:
[
"name"
,
"name"
,
"race"
,
"email"
"class"
,
"level"
,
"background"
,
"alignment"
,
"backstory"
]
]
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment