Skip to content

Commit

Permalink
fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Apr 12, 2017
1 parent f693a8a commit a117b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.0/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
}
},
"schema":{
"$ref":"#definitions/accreditedProviders"
"$ref":"#/definitions/accreditedProviders"
},
"examples":{
"application/json":"{\n \"metadata\": {\n \"resultset\": {\n \"count\": 227,\n \"offset\": 50,\n \"limit\": 25\n }\n },\n \"results\": [{\n \"capabilityPublisherID\": \"\",\n \"name\": \"\",\n \"contactEmail\": \"\",\n \"URL\": \"\",\n \"ClientCertificates\": [\"\", \"\"],\n \"ServerCertificates\": [\"\", \"\"]\n }, {\n \"capabilityPublisherID\": \"\",\n \"name\": \"\",\n \"contactEmail\": \"\",\n \"URL\": \"\",\n \"ClientCertificates\": [\"\", \"\"],\n \"ServerCertificates\": [\"\", \"\"]\n }\n ]\n}"
Expand Down Expand Up @@ -409,7 +409,7 @@
}
},
"schema":{
"$ref":"#definitions/accreditedAccessPoints"
"$ref":"#/definitions/accreditedAccessPoints"
},
"examples":{
"application/json":"{\n \"metadata\": {\n \"resultset\": {\n \"count\": 227,\n \"offset\": 50,\n \"limit\": 25\n }\n },\n \"results\": [{\n \"accessPointID\": \"\",\n \"name\": \"\",\n \"contactEmail\": \"\",\n \"URL\": \"\",\n \"ClientCertificates\": [\"\", \"\"],\n \"ServerCertificates\": [\"\", \"\"]\n }, {\n \"accessPointID\": \"\",\n \"name\": \"\",\n \"contactEmail\": \"\",\n \"URL\": \"\",\n \"ClientCertificates\": [\"\", \"\"],\n \"ServerCertificates\": [\"\", \"\"]\n }\n ]\n}"
Expand Down

0 comments on commit a117b93

Please sign in to comment.