{ "fields": [ { "name": "type_key", "type": "integer", "title": "Sleutel", "description": "Unieke identificatie voor het type fietsinfrastructuur.", "x-i18n-title": { "fr": "Clé", "nl": "Sleutel" }, "x-i18n-description": { "fr": "Identifiant unique du type d'infrastructure cyclable.", "nl": "Unieke identificatie voor het type fietsinfrastructuur." }, "x-example": "1" }, { "name": "type_nl", "type": "string", "title": "Type (nl)", "description": "Label voor het type van de fietsinfrastructuur in het Nederlands.", "x-i18n-title": { "fr": "Type (NL)", "nl": "Type (nl)" }, "x-i18n-description": { "fr": "Libellé du type d'infrastructure cyclable en néerlandais.", "nl": "Label voor het type van de fietsinfrastructuur in het Nederlands." }, "x-example": "Bosweg" }, { "name": "type_fr", "type": "string", "title": "Type (fr)", "description": "Label voor het type van de fietsinfrastructuur in het Frans.", "x-i18n-title": { "fr": "Type (FR)", "nl": "Type (fr)" }, "x-i18n-description": { "fr": "Libellé du type d'infrastructure cyclable en français.", "nl": "Label voor het type van de fietsinfrastructuur in het Frans." }, "x-example": "Chemin forestier" } ], "missingValues": [ "" ] }