@@ -82,7 +82,7 @@ func invalidSchemaJson() (*asset, error) {
8282
8383var _referencedSchema1Json = []byte (`{
8484 "$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",
8686 "title": "Schema for use in unit tests",
8787 "definitions": {
8888 "patternObject": {
@@ -112,7 +112,7 @@ func referencedSchema1Json() (*asset, error) {
112112
113113var _referencedSchema2Json = []byte (`{
114114 "$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",
116116 "title": "Schema for use in unit tests",
117117 "definitions": {
118118 "dependenciesObject": {
@@ -187,7 +187,7 @@ func schemaWithoutIdJson() (*asset, error) {
187187
188188var _validSchemaWithReferencesJson = []byte (`{
189189 "$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",
191191 "title": "Schema for use in unit tests",
192192 "type": "object",
193193 "properties": {
@@ -250,7 +250,7 @@ func validSchemaWithReferencesJson() (*asset, error) {
250250
251251var _validSchemaJson = []byte (`{
252252 "$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",
254254 "title": "Schema for use in unit tests",
255255 "type": "object",
256256 "properties": {
0 commit comments