diff --git a/examples/getstarted/src/extensions/myplugin/content-types/test/schema.json b/examples/getstarted/src/extensions/myplugin/content-types/test/schema.json deleted file mode 100644 index dc216f0551..0000000000 --- a/examples/getstarted/src/extensions/myplugin/content-types/test/schema.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "kind": "collectionType", - "info": { - "displayName": "Test", - "singularName": "test", - "pluralName": "tests", - "description": "" - }, - "options": { - "draftAndPublish": false - }, - "attributes": { - "type": { - "type": "string", - "required": true, - "unique": true - }, - "uidTest": { - "type": "uid", - "required": true - } - } -}