mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-26 15:16:31 +08:00
Signed-off-by: Aaron Pham <contact@aarnphm.xyz> Signed-off-by: Russell Bryant <rbryant@redhat.com> Co-authored-by: Russell Bryant <rbryant@redhat.com> Co-authored-by: Michael Goin <mgoin64@gmail.com> Co-authored-by: Nick Hill <nhill@redhat.com>
26 lines
499 B
JSON
26 lines
499 B
JSON
{
|
|
"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" }
|
|
},
|
|
"required": [
|
|
"name",
|
|
"race",
|
|
"class",
|
|
"level",
|
|
"background",
|
|
"alignment",
|
|
"backstory"
|
|
]
|
|
}
|
|
}
|
|
|