Advertisement
cascafico

tags.json

Jul 22nd, 2020
2,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 9.95 KB | None | 0 0
  1. [
  2.    {
  3.       "forms": [
  4.          {
  5.             "formitems": [
  6.                {
  7.                   "key": "addr:housenumber",
  8.                   "mandatory": "yes",
  9.                   "type": "string",
  10.                   "value": ""
  11.                },
  12.                {
  13.                   "key": "addr:street",
  14.                   "type": "string",
  15.                   "value": ""
  16.                },
  17.                {
  18.                   "key": "addr:postcode",
  19.                   "type": "integer",
  20.                   "label": "postcode"
  21.                },
  22.                {
  23.                   "key": "addr:city",
  24.                   "type": "string",
  25.                   "value": ""
  26.                }
  27.             ],
  28.             "formname": "addr"
  29.          }
  30.       ],
  31.       "sectiondescription": "housenumbers",
  32.       "sectionname": "Addresses"
  33.    },
  34.    {
  35.       "forms": [
  36.          {
  37.             "formitems": [
  38.                {
  39.                   "key": "emergency",
  40.                   "mandatory": "yes",
  41.                   "type": "string",
  42.                   "value": "fire_hydrant"
  43.                },
  44.                {
  45.                   "islabel": true,
  46.                   "key": "ref",
  47.                   "type": "string",
  48.                   "value": ""
  49.                },
  50.                {
  51.                   "key": "survey:date",
  52.                   "type": "date",
  53.                   "value": "\"\""
  54.                },
  55.                {
  56.                   "key": "fire_hydrant:diameter",
  57.                   "type": "stringcombo",
  58.                   "value": "",
  59.                   "values": {
  60.                      "items": [
  61.                         {
  62.                            "item": ""
  63.                         },
  64.                         {
  65.                            "item": "50"
  66.                         },
  67.                         {
  68.                            "item": "70"
  69.                         },
  70.                         {
  71.                            "item": "75"
  72.                         },
  73.                         {
  74.                            "item": "80"
  75.                         },
  76.                         {
  77.                            "item": "100"
  78.                         },
  79.                         {
  80.                            "item": "110"
  81.                         },
  82.                         {
  83.                            "item": "125"
  84.                         }
  85.                      ]
  86.                   }
  87.                },
  88.                {
  89.                   "key": "couplings:diameters",
  90.                   "type": "stringcombo",
  91.                   "value": "",
  92.                   "values": {
  93.                      "items": [
  94.                         {
  95.                            "item": ""
  96.                         },
  97.                         {
  98.                            "item": "45"
  99.                         },
  100.                         {
  101.                            "item": "50"
  102.                         },
  103.                         {
  104.                            "item": "70"
  105.                         },
  106.                         {
  107.                            "item": "75"
  108.                         },
  109.                         {
  110.                            "item": "80"
  111.                         },
  112.                         {
  113.                            "item": "100"
  114.                         },
  115.                         {
  116.                            "item": "110"
  117.                         },
  118.                         {
  119.                            "item": "125"
  120.                         }
  121.                      ]
  122.                   }
  123.                },
  124.                {
  125.                   "key": "couplings:type",
  126.                   "type": "stringcombo",
  127.                   "value": "",
  128.                   "values": {
  129.                      "items": [
  130.                         {
  131.                            "item": "UNI"
  132.                         },
  133.                         {
  134.                            "item": "Bayonet"
  135.                         },
  136.                         {
  137.                            "item": "Barcelona"
  138.                         },
  139.                         {
  140.                            "item": "70"
  141.                         },
  142.                         {
  143.                            "item": "Guillemin"
  144.                         },
  145.                         {
  146.                            "item": "Klaue"
  147.                         },
  148.                         {
  149.                            "item": "Sprawny"
  150.                         },
  151.                         {
  152.                            "item": "Storz"
  153.                         }
  154.                      ]
  155.                   }
  156.                },
  157.                {
  158.                   "key": "fire_hydrant:type",
  159.                   "type": "stringcombo",
  160.                   "value": "",
  161.                   "values": {
  162.                      "items": [
  163.                         {
  164.                            "item": "pillar"
  165.                         },
  166.                         {
  167.                            "item": "underground"
  168.                         },
  169.                         {
  170.                            "item": "wall"
  171.                         },
  172.                         {
  173.                            "item": "pipe"
  174.                         }
  175.                      ]
  176.                   }
  177.                },
  178.                {
  179.                   "key": "fire_hydrant:pressure",
  180.                   "type": "stringcombo",
  181.                   "values": {
  182.                      "items": [
  183.                         {
  184.                            "item": "yes"
  185.                         },
  186.                         {
  187.                            "item": "suction"
  188.                         }
  189.                      ]
  190.                   }
  191.                }
  192.             ],
  193.             "formname": "idrante"
  194.          }
  195.       ],
  196.       "sectiondescription": "idranti antincendio",
  197.       "sectionname": "Idranti"
  198.    },
  199.    {
  200.       "forms": [
  201.          {
  202.             "formitems": [
  203.                {
  204.                   "key": "amenity",
  205.                   "mandatory": "yes",
  206.                   "type": "string",
  207.                   "value": "waste_basket"
  208.                },
  209.                {
  210.                   "key": "waste",
  211.                   "type": "multistringcombo",
  212.                   "value": "",
  213.                   "values": {
  214.                      "items": [
  215.                         {
  216.                            "item": "cigarettes"
  217.                         },
  218.                         {
  219.                            "item": "trash"
  220.                         },
  221.                         {
  222.                            "item": "dog_excrement"
  223.                         },
  224.                         {
  225.                            "item": "drugs"
  226.                         }
  227.                      ]
  228.                   }
  229.                }
  230.             ],
  231.             "formname": "Cestino"
  232.          },
  233.          {
  234.             "formitems": [
  235.                {
  236.                   "key": "amenity",
  237.                   "mandatory": "yes",
  238.                   "type": "string",
  239.                   "value": "bench"
  240.                },
  241.                {
  242.                   "key": "backrest",
  243.                   "type": "boolean",
  244.                   "value": "\"\""
  245.                },
  246.                {
  247.                   "key": "material",
  248.                   "type": "stringcombo",
  249.                   "values": {
  250.                      "items": [
  251.                         {
  252.                            "item": "wood"
  253.                         },
  254.                         {
  255.                            "item": "metal"
  256.                         },
  257.                         {
  258.                            "item": "concrete"
  259.                         }
  260.                      ]
  261.                   }
  262.                },
  263.                {
  264.                   "key": "capacity",
  265.                   "type": "integer",
  266.                   "value": "1",
  267.                   "label": "numero di posti"
  268.                }
  269.             ],
  270.             "formname": "Panchina"
  271.          }
  272.       ],
  273.       "sectiondescription": "Arredo urbano",
  274.       "sectionname": "Arredo urbano"
  275.    },
  276.    {
  277.       "forms": [
  278.          {
  279.             "formitems": [
  280.                {
  281.                   "key": "recycling_type",
  282.                   "mandatory": "yes",
  283.                   "type": "string",
  284.                   "value": "container"
  285.                },
  286.                {
  287.                   "key": "amenity",
  288.                   "mandatory": "yes",
  289.                   "type": "string",
  290.                   "value": "recycling"
  291.                },
  292.                {
  293.                   "key": "operator",
  294.                   "type": "string",
  295.                   "value": ""
  296.                },
  297.                {
  298.                   "key": "recycling:paper",
  299.                   "type": "boolean",
  300.                   "value": false
  301.                },
  302.                {
  303.                   "key": "recycling:plastic",
  304.                   "type": "boolean",
  305.                   "value": false
  306.                },
  307.                {
  308.                   "key": "recycling:glass_bottles",
  309.                   "type": "boolean",
  310.                   "value": false
  311.                },
  312.                {
  313.                   "key": "recycling:scrap_metal",
  314.                   "type": "boolean",
  315.                   "value": ""
  316.                },
  317.                {
  318.                   "key": "recycling:organic",
  319.                   "type": "boolean",
  320.                   "value": false
  321.                },
  322.                {
  323.                   "key": "recycling:green_waste",
  324.                   "type": "boolean",
  325.                   "value": false
  326.                },
  327.                {
  328.                   "key": "recycling:batteries",
  329.                   "type": "boolean",
  330.                   "value": false
  331.                },
  332.                {
  333.                   "key": "recycling:clothes",
  334.                   "type": "boolean",
  335.                   "value": false
  336.                }
  337.             ],
  338.             "formname": "Container"
  339.          }
  340.       ],
  341.       "sectiondescription": "Recycling",
  342.       "sectionname": "Recycling"
  343.    }
  344. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement