diff options
Diffstat (limited to 'spec/fixtures/schema/v2.0.json')
| -rw-r--r-- | spec/fixtures/schema/v2.0.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/fixtures/schema/v2.0.json b/spec/fixtures/schema/v2.0.json index 6ade7ad..9e50405 100644 --- a/spec/fixtures/schema/v2.0.json +++ b/spec/fixtures/schema/v2.0.json @@ -39,27 +39,12 @@ "type": "object", "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": { |
