Skip to content

Commit

Permalink
Correcting a typo in jsonExample.json (#182)
Browse files Browse the repository at this point in the history
"http.//" --> "http://"
  • Loading branch information
sebbader authored May 23, 2022
1 parent 8968542 commit d5d6768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/json/examples/jsonExample.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"keys": [
{
"type": "Submodel",
"value": "http.//i40.customer.com/type/1/1/7A7104BDAB57E184",
"value": "http://i40.customer.com/type/1/1/7A7104BDAB57E184",
"idType": "IRI"
}
]
Expand Down Expand Up @@ -531,4 +531,4 @@
]
}
]
}
}

0 comments on commit d5d6768

Please sign in to comment.