Created
January 2, 2020 10:02
-
-
Save mpppk/c8795fbb2893c1a79fbce74405205574 to your computer and use it in GitHub Desktop.
kotsuhi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"description": "test-description", | |
"id": "df9584e4-a230-4a56-9e2b-32c286d7c58d", | |
"title": "東京!!!!↔横浜!!!!", | |
"transportations": [ | |
{ | |
"arrival": "東京", | |
"departure": "横浜", | |
"destination": "どこかビル", | |
"fare": 525, | |
"id": "c246faea-153b-4046-a43a-79a2944c4eac", | |
"line": "JR", | |
"purpose": "打ち合わせ", | |
"templateId": "df9584e4-a230-4a56-9e2b-32c286d7c58d" | |
}, | |
{ | |
"arrival": "横浜", | |
"departure": "東京", | |
"destination": "自社", | |
"fare": 525, | |
"id": "0480381c-71ea-4f09-a39f-85ab6a67c3cd", | |
"line": "JR", | |
"purpose": "帰社", | |
"templateId": "df9584e4-a230-4a56-9e2b-32c286d7c58d" | |
} | |
] | |
}, | |
{ | |
"description": "test-description", | |
"id": "9645ea84-a76d-4461-a9e5-dc923d821b8c", | |
"title": "新宿↔横浜", | |
"transportations": [ | |
{ | |
"arrival": "新宿", | |
"departure": "横浜", | |
"destination": "なにかビル", | |
"fare": 450, | |
"id": "fdd8756b-fef0-4d93-883d-af7971b9a0d4", | |
"line": "複数", | |
"purpose": "打ち合わせ", | |
"templateId": "9645ea84-a76d-4461-a9e5-dc923d821b8c" | |
}, | |
{ | |
"arrival": "横浜", | |
"departure": "新宿", | |
"destination": "自社", | |
"fare": 525, | |
"id": "d67d9570-b225-4143-95cb-c1e90f7007a4", | |
"line": "複数", | |
"purpose": "帰社", | |
"templateId": "9645ea84-a76d-4461-a9e5-dc923d821b8c" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment