Last active
January 8, 2025 19:41
-
-
Save vharmain/ace43a7f66f7b14c526baab0f29c91d9 to your computer and use it in GitHub Desktop.
LIPAS - UTP aktiviteetit json-skeema
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
{ | |
"type" : "object", | |
"properties" : { | |
"outdoor-recreation-areas" : { | |
"type" : "object", | |
"properties" : { | |
"additional-info-link" : { | |
"description" : "Web link to a broader presentation of the place on an external website.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"arrival" : { | |
"description" : "Information about how to get to the destination with different means of transport, e.g. parking areas and public transport.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"accessibility" : { | |
"description" : "General information about the accessibility or passability of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"contacts" : { | |
"description" : "Enter contact information of the parties responsible for the place.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"organization" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"role" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "admin", "content-creator", "customer-service" ] | |
} | |
}, | |
"email" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"www" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"phone-number" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"geo-park" : { | |
"description" : "If the place is a Geopark, activate the slider (activated slider turns red). N.B! A Geopark is a single, unified geographical area of international geological significance.", | |
"type" : "boolean" | |
}, | |
"images" : { | |
"description" : "Add photographs depicting the landscapes, nature, or conditions of activity of the place. You can add only image files, not URL links. Allowed file extensions are .jpg, .jpeg and .png. Make sure that you have a permission to add the photographs.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"alt-text" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"copyright" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"highlights" : { | |
"description" : "2 to 6 highlights depicting the distinctive features of the place and complement the overview. Enter 1 highlight at a time. Use a Capital initial.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"videos" : { | |
"description" : "Add a URL link to a video depicting the landscapes, nature, or conditions of activity of the place. Make sure you have a permission to add the video.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"status" : { | |
"description" : "Active data can be transferred onward from the Lipas system. Draft status data will not be transferred onward.", | |
"type" : "string", | |
"enum" : [ "draft", "active" ] | |
}, | |
"rules-structured" : { | |
"description" : "Instructions for guiding the activity in the region and, for example, warn against leaving the path at a sensitive place. This can also be used to inform about possible restrictions regarding movement.", | |
"type" : "object", | |
"properties" : { | |
"common-rules" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "everymans-rights-valid", "bring-garbage-bag-bins-available", "overnight-stay-guest-harbour-allowed", "keep-pets-leashed-poop-not-ok", "bring-garbage-bag-no-bins", "fire-only-at-marked-fireplaces", "use-delivered-firewood-or-bring-own", "bring-own-firewood", "temporary-camping-allowed", "overnight-stay-not-allowed", "only-fire-in-designated-places", "camping-forbidden", "keep-pets-leashed-poop-ok", "only-fire-in-designated-places-during-wildfire-warning", "disposable-grills-forbidden" ] | |
} | |
}, | |
"custom-rules" : { | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"label" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"value" : { | |
"type" : "string", | |
"minLength" : 2 | |
} | |
} | |
} | |
} | |
}, | |
"required" : [ "common-rules" ] | |
}, | |
"description-short" : { | |
"description" : "Overview in 1 to 3 sentences describing the place and its characteristics.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description-long" : { | |
"description" : "Continuing the overview, a more detailed, extended description of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
}, | |
"outdoor-recreation-facilities" : { | |
"type" : "object", | |
"properties" : { | |
"additional-info-link" : { | |
"description" : "Web link to a broader presentation of the place on an external website.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"arrival" : { | |
"description" : "Information about how to get to the destination with different means of transport, e.g. parking areas and public transport. N.B! Fill in the field only if there are any special comments about arriving at the destination.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"accessibility" : { | |
"description" : "General information about the accessibility or passability of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"contacts" : { | |
"description" : "Enter contact information of the parties responsible for the place.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"organization" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"role" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "admin", "content-creator", "customer-service" ] | |
} | |
}, | |
"email" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"www" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"phone-number" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"images" : { | |
"description" : "Add photographs depicting the landscapes, nature, or conditions of activity of the place. You can add only image files, not URL links. Allowed file extensions are .jpg, .jpeg and .png. Make sure that you have a permission to add the photographs.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"alt-text" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"copyright" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"videos" : { | |
"description" : "Add a URL link to a video depicting the landscapes, nature, or conditions of activity of the place. Make sure you have a permission to add the video.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"rules" : { | |
"description" : "Instructions for guiding the activity in the region. This field can also contain information about possible restrictions regarding the activity. N.B! Fill in the data only if the use of the structure requires special attention.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"status" : { | |
"description" : "Active data can be transferred onward from the Lipas system. Draft status data will not be transferred onward.", | |
"type" : "string", | |
"enum" : [ "draft", "active" ] | |
}, | |
"description-short" : { | |
"description" : "Overview in 1 to 3 sentences describing the place and its characteristics.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
}, | |
"outdoor-recreation-routes" : { | |
"type" : "object", | |
"properties" : { | |
"status" : { | |
"description" : "Active data can be transferred onward from the Lipas system. Draft status data will not be transferred onward.", | |
"type" : "string", | |
"enum" : [ "draft", "active" ] | |
}, | |
"routes" : { | |
"description" : "Route entity, daily leg, degree of difficulty of the leg", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"additional-info-link" : { | |
"description" : "Web link to a broader presentation of the place on an external website.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"arrival" : { | |
"description" : "Information about how to get to the destination with different means of transport, e.g. parking areas and public transport.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"contacts" : { | |
"description" : "Enter contact information of the parties responsible for the place.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"organization" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"role" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "admin", "content-creator", "customer-service" ] | |
} | |
}, | |
"email" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"www" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"phone-number" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"images" : { | |
"description" : "Add photographs depicting the landscapes, nature, or conditions of activity of the place. You can add only image files, not URL links. Allowed file extensions are .jpg, .jpeg and .png. Make sure that you have a permission to add the photographs.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"alt-text" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"copyright" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"highlights" : { | |
"description" : "2 to 6 highlights depicting the distinctive features of the place and complement the overview. Enter 1 highlight at a time. Use a Capital initial.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"videos" : { | |
"description" : "Add a URL link to a video depicting the landscapes, nature, or conditions of activity of the place. Make sure you have a permission to add the video.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"description-short" : { | |
"description" : "Presentation of 1-3 sentences about the route and its specific properties.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description-long" : { | |
"description" : "A more detailed description of the different stages of the route. E.g. passability, attractions, rest areas and services. Split the stages into individual paragraphs.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"id" : { | |
"type" : "string" | |
}, | |
"fids" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string" | |
} | |
}, | |
"geometries" : { | |
"description" : "GeoJSON FeatureCollection with required LineString geometries.", | |
"type" : "object", | |
"properties" : { | |
"type" : { | |
"type" : "string", | |
"enum" : [ "FeatureCollection" ] | |
}, | |
"features" : { | |
"type" : "array", | |
"items" : { | |
"$ref" : "#/definitions/lipas.schema.common~1line-string-feature" | |
} | |
} | |
}, | |
"required" : [ "type", "features" ] | |
}, | |
"accessibility-categorized" : { | |
"type" : "object", | |
"properties" : { | |
"mobility-impaired" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"hearing-impaired" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"visually-impaired" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"developmentally-disabled" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
}, | |
"route-name" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"outdoor-recreation-activities" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "camping", "hiking", "outdoor-recreation", "mountain-biking", "paddling", "skiing" ] | |
} | |
}, | |
"duration" : { | |
"type" : "object", | |
"properties" : { | |
"min" : { | |
"type" : "number" | |
}, | |
"max" : { | |
"type" : "number" | |
}, | |
"unit" : { | |
"type" : "string", | |
"enum" : [ "days", "hours", "minutes" ] | |
} | |
} | |
}, | |
"travel-direction" : { | |
"type" : "string", | |
"enum" : [ "clockwise", "counter-clockwise" ] | |
}, | |
"route-marking" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"rules-structured" : { | |
"type" : "object", | |
"properties" : { | |
"common-rules" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "everymans-rights-valid", "bring-garbage-bag-bins-available", "overnight-stay-guest-harbour-allowed", "keep-pets-leashed-poop-not-ok", "bring-garbage-bag-no-bins", "fire-only-at-marked-fireplaces", "use-delivered-firewood-or-bring-own", "bring-own-firewood", "temporary-camping-allowed", "overnight-stay-not-allowed", "only-fire-in-designated-places", "camping-forbidden", "keep-pets-leashed-poop-ok", "only-fire-in-designated-places-during-wildfire-warning", "disposable-grills-forbidden" ] | |
} | |
}, | |
"custom-rules" : { | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"label" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"value" : { | |
"type" : "string", | |
"minLength" : 2 | |
} | |
} | |
} | |
} | |
}, | |
"required" : [ "common-rules" ] | |
}, | |
"route-length-km" : { | |
"type" : "number" | |
}, | |
"surface-material" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "gravel", "natural-surface", "fiberglass", "brick-crush", "water", "concrete", "textile", "asphalt", "ceramic", "rock-dust", "deinked-pulp", "carpet", "stone", "metal", "soil", "woodchips", "grass", "synthetic", "sand", "artificial-turf", "wood", "sawdust", "sand-infilled-artificial-turf", "resin" ] | |
} | |
}, | |
"accessibility-classification" : { | |
"type" : "string", | |
"enum" : [ "accessible", "advanced-accessible", "inaccessible", "unknown" ] | |
}, | |
"independent-entity" : { | |
"type" : "boolean" | |
}, | |
"pilgrimage" : { | |
"type" : "boolean" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"cycling" : { | |
"type" : "object", | |
"properties" : { | |
"status" : { | |
"description" : "Active data can be transferred onward from the Lipas system. Draft status data will not be transferred onward.", | |
"type" : "string", | |
"enum" : [ "draft", "active" ] | |
}, | |
"routes" : { | |
"description" : "Route entity, daily leg, degree of difficulty of the leg", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"additional-info-link" : { | |
"description" : "Web link to a broader presentation of the place on an external website.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"arrival" : { | |
"description" : "Information about how to get to the destination with different means of transport, e.g. parking areas and public transport.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"accessibility" : { | |
"description" : "General information about the accessibility or passability of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"contacts" : { | |
"description" : "Enter contact information of the parties responsible for the place.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"organization" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"role" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "admin", "content-creator", "customer-service" ] | |
} | |
}, | |
"email" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"www" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"phone-number" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"images" : { | |
"description" : "Add photographs depicting the landscapes, nature, or conditions of activity of the place. You can add only image files, not URL links. Allowed file extensions are .jpg, .jpeg and .png. Make sure that you have a permission to add the photographs.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"alt-text" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"copyright" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"highlights" : { | |
"description" : "2 to 6 highlights depicting the distinctive features of the place and complement the overview. Enter 1 highlight at a time. Use a Capital initial.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"videos" : { | |
"description" : "Add a URL link to a video depicting the landscapes, nature, or conditions of activity of the place. Make sure you have a permission to add the video.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"rules" : { | |
"description" : "Instructions for guiding the activity in the region. This field can also contain information about possible restrictions regarding the activity.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description-short" : { | |
"description" : "Presentation of 1-3 sentences about the route and its specific properties.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description-long" : { | |
"description" : "A more detailed description of the different stages of the route. E.g. passability, attractions, rest areas and services. Split the stages into individual paragraphs.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"id" : { | |
"type" : "string" | |
}, | |
"fids" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string" | |
} | |
}, | |
"geometries" : { | |
"description" : "GeoJSON FeatureCollection with required LineString geometries.", | |
"type" : "object", | |
"properties" : { | |
"type" : { | |
"type" : "string", | |
"enum" : [ "FeatureCollection" ] | |
}, | |
"features" : { | |
"type" : "array", | |
"items" : { | |
"$ref" : "#/definitions/lipas.schema.common~1line-string-feature" | |
} | |
} | |
}, | |
"required" : [ "type", "features" ] | |
}, | |
"route-name" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"cycling-activities" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "gravel-and-bikepacking", "road-cycling", "bike-touring", "mountain-biking", "winter-cycling" ] | |
} | |
}, | |
"cycling-difficulty" : { | |
"type" : "string", | |
"enum" : [ "1-easy", "2-somewhat-challenging", "3-moderately-challenging", "4-challenging", "5-extremely-challenging" ] | |
}, | |
"cycling-route-difficulty" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"duration" : { | |
"type" : "object", | |
"properties" : { | |
"min" : { | |
"type" : "number" | |
}, | |
"max" : { | |
"type" : "number" | |
}, | |
"unit" : { | |
"type" : "string", | |
"enum" : [ "days", "hours", "minutes" ] | |
} | |
} | |
}, | |
"food-and-water" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"accommodation" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"good-to-know" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"route-notes" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"route-length-km" : { | |
"type" : "number" | |
}, | |
"surface-material" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "gravel", "natural-surface", "fiberglass", "brick-crush", "water", "concrete", "textile", "asphalt", "ceramic", "rock-dust", "deinked-pulp", "carpet", "stone", "metal", "soil", "woodchips", "grass", "synthetic", "sand", "artificial-turf", "wood", "sawdust", "sand-infilled-artificial-turf", "resin" ] | |
} | |
}, | |
"unpaved-percentage" : { | |
"type" : "number" | |
}, | |
"trail-percentage" : { | |
"type" : "number" | |
}, | |
"cyclable-percentage" : { | |
"type" : "number" | |
}, | |
"pilgrimage" : { | |
"type" : "boolean" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"paddling" : { | |
"type" : "object", | |
"properties" : { | |
"status" : { | |
"description" : "Active data can be transferred onward from the Lipas system. Draft status data will not be transferred onward.", | |
"type" : "string", | |
"enum" : [ "draft", "active" ] | |
}, | |
"equipment-rental?" : { | |
"description" : "Equipment rental available.", | |
"type" : "boolean" | |
}, | |
"rapid-canoeing-centre?" : { | |
"description" : "Competitions possible.", | |
"type" : "boolean" | |
}, | |
"canoeing-club?" : { | |
"description" : "The place belongs to a paddling club", | |
"type" : "boolean" | |
}, | |
"activity-service-company?" : { | |
"description" : "Activity agency services available.", | |
"type" : "boolean" | |
}, | |
"routes" : { | |
"description" : "Route entity, daily leg, degree of difficulty of the leg", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"additional-info-link" : { | |
"description" : "Web link to a broader presentation of the place on an external website.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"arrival" : { | |
"description" : "Information about how to get to the destination with different means of transport, e.g. parking areas and public transport.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"accessibility" : { | |
"description" : "General information about the accessibility or passability of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"contacts" : { | |
"description" : "Enter contact information of the parties responsible for the place.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"organization" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"role" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "admin", "content-creator", "customer-service" ] | |
} | |
}, | |
"email" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"www" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"phone-number" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"images" : { | |
"description" : "Add photographs depicting the landscapes, nature, or conditions of activity of the place. You can add only image files, not URL links. Allowed file extensions are .jpg, .jpeg and .png. Make sure that you have a permission to add the photographs.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"alt-text" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"copyright" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"highlights" : { | |
"description" : "2 to 6 highlights depicting the distinctive features of the place and complement the overview. Enter 1 highlight at a time. Use a Capital initial.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"videos" : { | |
"description" : "Add a URL link to a video depicting the landscapes, nature, or conditions of activity of the place. Make sure you have a permission to add the video.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"rules" : { | |
"description" : "Instructions for guiding the activity in the region. This field can also contain information about possible restrictions regarding the activity.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description-short" : { | |
"description" : "Presentation of 1-3 sentences about the route and its specific properties.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description-long" : { | |
"description" : "A more detailed description of the different stages of the route. E.g. passability, attractions, rest areas and services. Split the stages into individual paragraphs.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"id" : { | |
"type" : "string" | |
}, | |
"fids" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string" | |
} | |
}, | |
"geometries" : { | |
"description" : "GeoJSON FeatureCollection with required LineString geometries.", | |
"type" : "object", | |
"properties" : { | |
"type" : { | |
"type" : "string", | |
"enum" : [ "FeatureCollection" ] | |
}, | |
"features" : { | |
"type" : "array", | |
"items" : { | |
"$ref" : "#/definitions/lipas.schema.common~1line-string-feature" | |
} | |
} | |
}, | |
"required" : [ "type", "features" ] | |
}, | |
"route-name" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"paddling-activities" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "trip-padding", "whitewater-paddling" ] | |
} | |
}, | |
"paddling-route-type" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "open-water", "sheltered", "river", "rapids" ] | |
} | |
}, | |
"paddling-properties" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "includes-portage-sections", "includes-canals-or-locks", "ideal-for-fishing", "scenic-vistas" ] | |
} | |
}, | |
"paddling-difficulty" : { | |
"type" : "string", | |
"enum" : [ "easy", "medium", "hard" ] | |
}, | |
"travel-direction" : { | |
"type" : "string", | |
"enum" : [ "clockwise", "counter-clockwise" ] | |
}, | |
"safety" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"good-to-know" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"duration" : { | |
"type" : "object", | |
"properties" : { | |
"min" : { | |
"type" : "number" | |
}, | |
"max" : { | |
"type" : "number" | |
}, | |
"unit" : { | |
"type" : "string", | |
"enum" : [ "days", "hours", "minutes" ] | |
} | |
} | |
}, | |
"pilgrimage" : { | |
"type" : "boolean" | |
} | |
}, | |
"required" : [ "paddling-difficulty" ] | |
} | |
} | |
} | |
}, | |
"birdwatching" : { | |
"type" : "object", | |
"properties" : { | |
"additional-info-link" : { | |
"description" : "Web link to a broader presentation of the place on an external website.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"arrival" : { | |
"description" : "Information about how to get to the destination with different means of transport, e.g. parking areas and public transport.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"birdwatching-character" : { | |
"description" : "Migration monitoring site, ...", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"accessibility" : { | |
"description" : "General information about the accessibility or passability of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"contacts" : { | |
"description" : "Enter contact information of the parties responsible for the place.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"organization" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"role" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "admin", "content-creator", "customer-service" ] | |
} | |
}, | |
"email" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"www" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"phone-number" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"images" : { | |
"description" : "Add photographs depicting the landscapes, nature, or conditions of activity of the place. You can add only image files, not URL links. Allowed file extensions are .jpg, .jpeg and .png. Make sure that you have a permission to add the photographs.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"alt-text" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"copyright" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"highlights" : { | |
"description" : "2 to 6 highlights depicting the distinctive features of the place and complement the overview. Enter 1 highlight at a time. Use a Capital initial.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"videos" : { | |
"description" : "Add a URL link to a video depicting the landscapes, nature, or conditions of activity of the place. Make sure you have a permission to add the video.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"birdwatching-season" : { | |
"description" : "Spring, Summer, Autumn, Winter", | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "spring", "summer", "autumn", "winter" ] | |
} | |
}, | |
"birdwatching-habitat" : { | |
"description" : "Wetland, ...", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"rules" : { | |
"description" : "Instructions for guiding the activity in the region. This field can also contain information about possible restrictions regarding the activity.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"birdwatching-type" : { | |
"description" : "Birdwatching tower, Other birdwatching site", | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "bird-observation-tower", "other-bird-observation-spot" ] | |
} | |
}, | |
"birdwatching-species" : { | |
"description" : "Waders, Waterfowl, Birds of prey, ...", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"status" : { | |
"description" : "Active data can be transferred onward from the Lipas system. Draft status data will not be transferred onward.", | |
"type" : "string", | |
"enum" : [ "draft", "active" ] | |
}, | |
"description-short" : { | |
"description" : "Overview in 1 to 3 sentences describing the place and its characteristics.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description-long" : { | |
"description" : "Continuing the overview, a more detailed, extended description of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
}, | |
"fishing" : { | |
"type" : "object", | |
"properties" : { | |
"additional-info-link" : { | |
"description" : "Web link to a broader presentation of the place on an external website.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"arrival" : { | |
"description" : "Information about how to get to the destination with different means of transport, e.g. parking areas and public transport.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"accessibility" : { | |
"description" : "General information about the accessibility or passability of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"contacts" : { | |
"description" : "Enter contact information of the parties responsible for the place.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"organization" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"role" : { | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "admin", "content-creator", "customer-service" ] | |
} | |
}, | |
"email" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"www" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"phone-number" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
} | |
}, | |
"images" : { | |
"description" : "Add photographs depicting the landscapes, nature, or conditions of activity of the place. You can add only image files, not URL links. Allowed file extensions are .jpg, .jpeg and .png. Make sure that you have a permission to add the photographs.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"alt-text" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"copyright" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"highlights" : { | |
"description" : "2 to 6 highlights depicting the distinctive features of the place and complement the overview. Enter 1 highlight at a time. Use a Capital initial.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"videos" : { | |
"description" : "Add a URL link to a video depicting the landscapes, nature, or conditions of activity of the place. Make sure you have a permission to add the video.", | |
"type" : "array", | |
"items" : { | |
"type" : "object", | |
"properties" : { | |
"url" : { | |
"type" : "string" | |
}, | |
"description" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
}, | |
"required" : [ "url" ] | |
} | |
}, | |
"rules" : { | |
"description" : "Instructions for guiding the activity in the region. This field can also contain information about possible restrictions regarding the activity.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"status" : { | |
"description" : "Active data can be transferred onward from the Lipas system. Draft status data will not be transferred onward.", | |
"type" : "string", | |
"enum" : [ "draft", "active" ] | |
}, | |
"description-short" : { | |
"description" : "Overview in 1 to 3 sentences describing the place and its characteristics.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"description-long" : { | |
"description" : "Continuing the overview, a more detailed, extended description of the place.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"fish-population" : { | |
"description" : "Write a description of the fish population in the water system of the place here.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"fishing-permit" : { | |
"description" : "Select the fishing permit requirement for the destination when fishing with one rod. N.B. Fishing with more than one rod always requires a local permit.", | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "general-fishing-rights", "fee-for-lure-fishing", "local-fishing-permit", "special-permit-or-restrictions" ] | |
} | |
}, | |
"fishing-methods" : { | |
"description" : "Information on e.g. special characteristics affecting fishing at the site, functional equipment choices, etc.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"fishing-permit-additional-info" : { | |
"description" : "If necessary, enter additional information about other matters concerning fishing permits here.", | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"fishing-waters" : { | |
"description" : "Choose the type of the water system.", | |
"type" : "string", | |
"enum" : [ "sea", "river", "lake" ] | |
}, | |
"fishing-type" : { | |
"description" : "Choose where to fish.", | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "shore", "on-the-water" ] | |
} | |
}, | |
"fishing-activities" : { | |
"description" : "Choose suitable forms of fishing.", | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "angling", "ice-fishing", "fly-fishing", "lure-fishing", "herring-jigging" ] | |
} | |
}, | |
"fishing-species" : { | |
"description" : "Choose the main types of fish present in the water system, e.g. perch, trout, rainbow trout, etc.", | |
"type" : "array", | |
"items" : { | |
"type" : "string", | |
"enum" : [ "whitefish", "rainbow-trout", "herring", "salmon", "pike", "bream", "trout", "cyprinids", "arctic-char", "zander", "perch" ] | |
} | |
}, | |
"accessibility-categorized" : { | |
"description" : "General information about the accessibility of the place.", | |
"type" : "object", | |
"properties" : { | |
"mobility-impaired" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"hearing-impaired" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"visually-impaired" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
}, | |
"developmentally-disabled" : { | |
"type" : "object", | |
"properties" : { | |
"fi" : { | |
"description" : "Finnish translation", | |
"type" : "string" | |
}, | |
"se" : { | |
"description" : "Swedish translation", | |
"type" : "string" | |
}, | |
"en" : { | |
"description" : "English translation", | |
"type" : "string" | |
} | |
} | |
} | |
} | |
}, | |
"accessibility-classification" : { | |
"description" : "Select if the place is not accessible or is accessible.", | |
"type" : "string", | |
"enum" : [ "accessible", "advanced-accessible", "inaccessible", "unknown" ] | |
} | |
} | |
} | |
}, | |
"definitions" : { | |
"lipas.schema.common/line-string-feature" : { | |
"description" : "GeoJSON Feature with required LineString geometry.", | |
"type" : "object", | |
"properties" : { | |
"type" : { | |
"type" : "string", | |
"enum" : [ "Feature" ] | |
}, | |
"geometry" : { | |
"$ref" : "#/definitions/lipas.schema.common~1line-string-geometry" | |
}, | |
"properties" : { | |
"type" : "object", | |
"properties" : { } | |
} | |
}, | |
"required" : [ "type", "geometry" ] | |
}, | |
"lipas.schema.common/line-string-geometry" : { | |
"description" : "GeoJSON LineString geometry", | |
"type" : "object", | |
"properties" : { | |
"type" : { | |
"type" : "string", | |
"enum" : [ "LineString" ] | |
}, | |
"coordinates" : { | |
"type" : "array", | |
"items" : { | |
"$ref" : "#/definitions/lipas.schema.common~1coordinates" | |
} | |
} | |
}, | |
"required" : [ "type", "coordinates" ] | |
}, | |
"lipas.schema.common/coordinates" : { | |
"description" : "WGS84 Lon, Lat and optional altitude in meters", | |
"type" : "array", | |
"items" : { | |
"type" : "number" | |
}, | |
"minItems" : 2, | |
"maxItems" : 3 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment