@@ -82,7 +82,7 @@ func invalidSchemaJson() (*asset, error) {
82
82
83
83
var _referencedSchema1Json = []byte (`{
84
84
"$schema": "http://json-schema.org/draft-07/schema#",
85
- "$id": "https://raw.githubusercontent.com/arduino/arduino-lint/main/internal/rule/schema/testdata/referenced-schema-1.json",
85
+ "$id": "https://raw.githubusercontent.com/arduino/arduino-lint/main/internal/rule/schema/testdata/input/ referenced-schema-1.json",
86
86
"title": "Schema for use in unit tests",
87
87
"definitions": {
88
88
"patternObject": {
@@ -112,7 +112,7 @@ func referencedSchema1Json() (*asset, error) {
112
112
113
113
var _referencedSchema2Json = []byte (`{
114
114
"$schema": "http://json-schema.org/draft-07/schema#",
115
- "$id": "https://raw.githubusercontent.com/arduino/arduino-lint/main/internal/rule/schema/testdata/referenced-schema-2.json",
115
+ "$id": "https://raw.githubusercontent.com/arduino/arduino-lint/main/internal/rule/schema/testdata/input/ referenced-schema-2.json",
116
116
"title": "Schema for use in unit tests",
117
117
"definitions": {
118
118
"dependenciesObject": {
@@ -187,7 +187,7 @@ func schemaWithoutIdJson() (*asset, error) {
187
187
188
188
var _validSchemaWithReferencesJson = []byte (`{
189
189
"$schema": "http://json-schema.org/draft-07/schema#",
190
- "$id": "https://raw.githubusercontent.com/arduino/arduino-lint/main/internal/rule/schema/testdata/schema-with-references.json",
190
+ "$id": "https://raw.githubusercontent.com/arduino/arduino-lint/main/internal/rule/schema/testdata/input/valid- schema-with-references.json",
191
191
"title": "Schema for use in unit tests",
192
192
"type": "object",
193
193
"properties": {
@@ -250,7 +250,7 @@ func validSchemaWithReferencesJson() (*asset, error) {
250
250
251
251
var _validSchemaJson = []byte (`{
252
252
"$schema": "http://json-schema.org/draft-07/schema#",
253
- "$id": "https://raw.githubusercontent.com/arduino/arduino-lint/main/internal/rule/schema/testdata/schema-with-references .json",
253
+ "$id": "https://raw.githubusercontent.com/arduino/arduino-lint/main/internal/rule/schema/testdata/input/valid-schema .json",
254
254
"title": "Schema for use in unit tests",
255
255
"type": "object",
256
256
"properties": {
0 commit comments