MetaΒΆ

The last part of the simulation schema is the meta object. Its purpose is to store metadata that is relevant to your simulation. This includes the simulation schema version, the version of Hoverfly used to export the simulation and the date and time at which the simulation was exported.

1   },
2   "meta": {
3      "schemaVersion": "v5.2",
4      "hoverflyVersion": "v1.2.0",
5      "timeExported": "2020-04-25T17:56:32+03:00"