From dbb380ba13e1a5a9f6f74d093ffc22f83b440479 Mon Sep 17 00:00:00 2001 From: analuizaff Date: Mon, 23 Aug 2021 18:49:43 -0300 Subject: [PATCH] correcting typos --- db/wp6.sample.capabilities-api.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/db/wp6.sample.capabilities-api.json b/db/wp6.sample.capabilities-api.json index 4388aa0..f85ba6a 100644 --- a/db/wp6.sample.capabilities-api.json +++ b/db/wp6.sample.capabilities-api.json @@ -12,7 +12,7 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability }, { "code": "PLUVIOMETERS_OFFICIAL", - "name": "Rainfall stations", + "name": "Pluviometer stations", "description": "Rainfall stations", "source": "CEMADEN" }, @@ -24,13 +24,13 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability }, { "code": "FLOODZONES_FORM", - "name": "Flood Zones Form", + "name": "Flood Zones", "description": "FloodZones Form", "source": "citizen" }, { - "code": "PLUVIOMETERS_FORM", - "name": "Pluviometers", + "code": "PLUVIOMETER_FORM", + "name": "Pluviometer", "description": "Pluviometers Form", "source": "citizen" }, @@ -47,7 +47,7 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability "source": "citizen" }, { - "code": "PLUVIOMETERS_REGISTRATION", + "code": "PLUVIOMETER_REGISTRATION", "name": "Pluviometer registration", "description": "Pluviometer registration", "source": "citizen" @@ -55,4 +55,4 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability ] }, "success": true -} \ No newline at end of file +}