Skip to content

Commit d5d6768

Browse files
authored
Correcting a typo in jsonExample.json (#182)
"http.//" --> "http://"
1 parent 8968542 commit d5d6768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/json/examples/jsonExample.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"keys": [
6464
{
6565
"type": "Submodel",
66-
"value": "http.//i40.customer.com/type/1/1/7A7104BDAB57E184",
66+
"value": "http://i40.customer.com/type/1/1/7A7104BDAB57E184",
6767
"idType": "IRI"
6868
}
6969
]
@@ -531,4 +531,4 @@
531531
]
532532
}
533533
]
534-
}
534+
}

0 commit comments

Comments
 (0)