summaryrefslogtreecommitdiff
path: root/spec/fixtures/schema/v2.0_dependency.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/schema/v2.0_dependency.json')
-rw-r--r--spec/fixtures/schema/v2.0_dependency.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/spec/fixtures/schema/v2.0_dependency.json b/spec/fixtures/schema/v2.0_dependency.json
deleted file mode 100644
index fcd96d7..0000000
--- a/spec/fixtures/schema/v2.0_dependency.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "type": "array",
- "required": [
- "name",
- "url",
- "description",
- "paths",
- "licenses"
- ],
- "properties": {
- "name": { "type": "string" },
- "url": { "type": "uri" },
- "description": { "type": "string" },
- "paths": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "licenses": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
-}