Delete unused enumset test schema
This commit is contained in:
parent
65346d6683
commit
092dc17ae4
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "Set_of_Foo",
|
||||
"type": "array",
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"$ref": "#/$defs/Foo"
|
||||
},
|
||||
"$defs": {
|
||||
"Foo": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Bar",
|
||||
"Baz"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue