Add Promptkit definition conformance coverage
This commit is contained in:
11
testdata/promptkit-v0.9/schemas/complete.schema.json
vendored
Normal file
11
testdata/promptkit-v0.9/schemas/complete.schema.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"type": "object",
|
||||
"required": ["summary"],
|
||||
"properties": {
|
||||
"summary": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user