Created
August 17, 2017 18:11
-
-
Save cyberlex404/44b71fb5be7498bd5b7a05f3c540e5d9 to your computer and use it in GitHub Desktop.
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
| yamapsapi.geometry.*: | |
| type: config_entity | |
| label: 'Geometry' | |
| mapping: | |
| id: | |
| type: string | |
| label: 'ID' | |
| label: | |
| type: label | |
| label: 'Label' | |
| uuid: | |
| type: string | |
| description: | |
| type: string | |
| label: 'Description' | |
| type: | |
| type: string | |
| label: 'Geometry type' | |
| geometry: | |
| type: yamapsapi_geometry.[%parent.type] | |
| yamapsapi_geometry.any: | |
| label: 'Any' | |
| type: mapping | |
| mapping: | |
| data: | |
| type: string | |
| label: 'Data' | |
| yamapsapi_geometry.point: | |
| label: 'Point' | |
| type: mapping | |
| mapping: | |
| lat: | |
| type: string | |
| label: 'Lat' | |
| lon: | |
| type: string | |
| label: 'Lon' | |
| yamapsapi_geometry.linestring: | |
| label: 'LineString' | |
| type: sequence | |
| sequence: | |
| type: mapping | |
| mapping: | |
| lat: | |
| type: string | |
| label: 'Lat' | |
| lon: | |
| type: string | |
| label: 'Lon' | |
| yamapsapi_geometry.polygon: | |
| label: 'Polygon' | |
| type: sequence | |
| sequence: | |
| type: mapping | |
| mapping: | |
| lat: | |
| type: string | |
| label: 'Lat' | |
| lon: | |
| type: string | |
| label: 'Lon' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment