Browse Source

correcting typos

master
analuizaff 3 years ago
parent
commit
dbb380ba13
  1. 12
      db/wp6.sample.capabilities-api.json

12
db/wp6.sample.capabilities-api.json

@ -12,7 +12,7 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability
}, },
{ {
"code": "PLUVIOMETERS_OFFICIAL", "code": "PLUVIOMETERS_OFFICIAL",
"name": "Rainfall stations",
"name": "Pluviometer stations",
"description": "Rainfall stations", "description": "Rainfall stations",
"source": "CEMADEN" "source": "CEMADEN"
}, },
@ -24,13 +24,13 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability
}, },
{ {
"code": "FLOODZONES_FORM", "code": "FLOODZONES_FORM",
"name": "Flood Zones Form",
"name": "Flood Zones",
"description": "FloodZones Form", "description": "FloodZones Form",
"source": "citizen" "source": "citizen"
}, },
{ {
"code": "PLUVIOMETERS_FORM",
"name": "Pluviometers",
"code": "PLUVIOMETER_FORM",
"name": "Pluviometer",
"description": "Pluviometers Form", "description": "Pluviometers Form",
"source": "citizen" "source": "citizen"
}, },
@ -47,7 +47,7 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability
"source": "citizen" "source": "citizen"
}, },
{ {
"code": "PLUVIOMETERS_REGISTRATION",
"code": "PLUVIOMETER_REGISTRATION",
"name": "Pluviometer registration", "name": "Pluviometer registration",
"description": "Pluviometer registration", "description": "Pluviometer registration",
"source": "citizen" "source": "citizen"
@ -55,4 +55,4 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability
] ]
}, },
"success": true "success": true
}
}
Loading…
Cancel
Save