Micropub

By https://vanderven.se/martijn/, using https://quill.p3k.io/

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "itinerary": [
            {
                "type": [
                    "h-leg"
                ],
                "properties": {
                    "transit-type": [
                        "air"
                    ],
                    "operator": [
                        "SAS"
                    ],
                    "number": [
                        "SK158"
                    ],
                    "origin": [
                        "GOT"
                    ],
                    "destination": [
                        "ARN"
                    ],
                    "departure": [
                        "2019-05-17T12:55+02:00"
                    ],
                    "arrival": [
                        "2019-05-17T13:50+02:00"
                    ]
                }
            },
            {
                "type": [
                    "h-leg"
                ],
                "properties": {
                    "transit-type": [
                        "air"
                    ],
                    "operator": [
                        "SAS"
                    ],
                    "number": [
                        "SK1555"
                    ],
                    "origin": [
                        "ARN"
                    ],
                    "destination": [
                        "AMS"
                    ],
                    "departure": [
                        "2019-05-17T16:15+02:00"
                    ],
                    "arrival": [
                        "2019-05-17T18:15+02:00"
                    ]
                }
            }
        ]
    }
}