https://github.com/public-transport/friendly-public-transport-format/blob/master/README.md describes the vision, without any examples of the format itself
it links to https://github.com/public-transport/friendly-public-transport-format/blob/master/spec/readme.md that has no introduction or basic examples. It immediately starts from "In order to be able to use this format in both static data and API responses, you may chose wether to reference an item by its id or inline the item as an object." what is a minor, not so important detail.
Maybe it would be better to start from a straightforward example of a simplest possible route?
In my case I am looking for a simple format for representing train/bus/plane routes and I prefer to avoid inventing my own from scratch. But I am also uninterested in looking through entire spec to implement simple things following it.
https://github.com/public-transport/friendly-public-transport-format/blob/master/README.md describes the vision, without any examples of the format itself
it links to https://github.com/public-transport/friendly-public-transport-format/blob/master/spec/readme.md that has no introduction or basic examples. It immediately starts from "In order to be able to use this format in both static data and API responses, you may chose wether to reference an item by its id or inline the item as an object." what is a minor, not so important detail.
Maybe it would be better to start from a straightforward example of a simplest possible route?
In my case I am looking for a simple format for representing train/bus/plane routes and I prefer to avoid inventing my own from scratch. But I am also uninterested in looking through entire spec to implement simple things following it.