diff options
Diffstat (limited to 'spec/fixtures')
| -rw-r--r-- | spec/fixtures/schema/v1.0.json | 2 | ||||
| -rw-r--r-- | spec/fixtures/schema/v1.1.json | 2 | ||||
| -rw-r--r-- | spec/fixtures/schema/v2.0.json | 2 | ||||
| -rw-r--r-- | spec/fixtures/schema/v2.1.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/spec/fixtures/schema/v1.0.json b/spec/fixtures/schema/v1.0.json index 61d6e2e..395f111 100644 --- a/spec/fixtures/schema/v1.0.json +++ b/spec/fixtures/schema/v1.0.json @@ -1,5 +1,5 @@ { - "$id": "https://gitlab.com/gitlab-org/security-products/license-management/blob/master/spec/fixtures/schema/v1.0.json", + "$id": "https://gitlab.com/gitlab-org/security-products/analyzers/license-finder/blob/master/spec/fixtures/schema/v1.0.json", "type": "object", "required": [ "licenses", diff --git a/spec/fixtures/schema/v1.1.json b/spec/fixtures/schema/v1.1.json index 99314e7..713e0fb 100644 --- a/spec/fixtures/schema/v1.1.json +++ b/spec/fixtures/schema/v1.1.json @@ -1,5 +1,5 @@ { - "$id": "https://gitlab.com/gitlab-org/security-products/license-management/blob/master/spec/fixtures/schema/v1.1.json", + "$id": "https://gitlab.com/gitlab-org/security-products/analyzers/license-finder/blob/master/spec/fixtures/schema/v1.1.json", "type": "object", "required": [ "version", diff --git a/spec/fixtures/schema/v2.0.json b/spec/fixtures/schema/v2.0.json index d5903ad..efdd070 100644 --- a/spec/fixtures/schema/v2.0.json +++ b/spec/fixtures/schema/v2.0.json @@ -1,5 +1,5 @@ { - "$id": "https://gitlab.com/gitlab-org/security-products/license-management/blob/master/spec/fixtures/schema/v2.0.json", + "$id": "https://gitlab.com/gitlab-org/security-products/analyzers/license-finder/blob/master/spec/fixtures/schema/v2.0.json", "type": "object", "required": [ "version", diff --git a/spec/fixtures/schema/v2.1.json b/spec/fixtures/schema/v2.1.json index b1eb44f..0226eb8 100644 --- a/spec/fixtures/schema/v2.1.json +++ b/spec/fixtures/schema/v2.1.json @@ -1,5 +1,5 @@ { - "$id": "https://gitlab.com/gitlab-org/security-products/license-management/blob/master/spec/fixtures/schema/v2.1.json", + "$id": "https://gitlab.com/gitlab-org/security-products/analyzers/license-finder/blob/master/spec/fixtures/schema/v2.1.json", "type": "object", "required": [ "version", |
