diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-04 16:25:45 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-04 16:25:45 -0700 |
| commit | df5c2cebd4bd4c3c526a33fcd0991aaba165250f (patch) | |
| tree | b8b941720c4ae591da8e874eea90bc0378b590e9 | |
| parent | 9023ade8d13b0a19ac80ea9459dd4e8e2c0d3747 (diff) | |
url is not required in v1.1 schema
| -rw-r--r-- | spec/fixtures/schema/v1.1.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/fixtures/schema/v1.1.json b/spec/fixtures/schema/v1.1.json index 45066e4..99314e7 100644 --- a/spec/fixtures/schema/v1.1.json +++ b/spec/fixtures/schema/v1.1.json @@ -59,8 +59,7 @@ "license": { "type": "object", "required": [ - "name", - "url" + "name" ], "properties": { "name": { |
