Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions specification/info.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"title": "MyParcel.com Carrier Specification",
"description": "**Introduction**<br>This is the technical reference for MyParcel.com Carrier microservices implementing the [OpenApi 3.0 Specification](https://github.com/OAI/OpenAPI-Specification) according to [JSON API](https://jsonapi.org) conventions.<br>Check our [API documentation](https://docs.myparcel.com) for more information and code examples.<br>Check our [GitHub releases](https://github.com/MyParcelCOM/carrier-specification/releases) for a complete version history.<br><br>**Units**<br>Some attributes in the API have values in one of the following units: <table><tr><th>Currency</th><td>cents / pence</td></tr><tr><th>Distances</th><td>meters</td></tr><tr><th>Dimensions</th><td>millimeters</td></tr><tr><th>Timestamps</th><td>Coordinated Universal Time (UTC)</td></tr><tr><th>Volumes</th><td>liters (dm3)</td></tr><tr><th>Weights</th><td>grams</td></tr></table>",
"termsOfService": "https://www.myparcel.com/legal",
"termsOfService": "https://solutions.myparcel.com/legal",
"contact": {
"name": "Tech Support",
"url": "https://www.myparcel.com/contact",
"url": "https://solutions.myparcel.com/contact",
"email": "support@myparcel.com"
},
"license": {
"name": "pricing",
"url": "https://www.myparcel.com/pricing"
"url": "https://solutions.myparcel.com/pricing"
},
"version": "$RELEASE_VERSION",
"x-logo": {
Expand Down
Loading