diff --git a/schemars/tests/expected/enumset.json b/schemars/tests/expected/enumset.json deleted file mode 100644 index 72a39a1..0000000 --- a/schemars/tests/expected/enumset.json +++ /dev/null @@ -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" - ] - } - } -} \ No newline at end of file