Skip to content

Commit

Permalink
Remove the last dot in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Aug 31, 2023
1 parent 6f9d59d commit 08a6d85
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions MosquitoDensity/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
},
"mosquitoDensity": {
"type": "object",
"description": "Property. The binomial (or) zoological nomenclature of the mosquito species and its count as identified by the device corresponding to this observation.",
"description": "Property. The binomial (or) zoological nomenclature of the mosquito species and its count as identified by the device corresponding to this observation",
"properties": {
"maleSpeciesCount": {
"type": "number",
"description": "Property. The total count of the male mosquitoes of the species identified by the device.."
"description": "Property. The total count of the male mosquitoes of the species identified by the device"
},
"totalSpeciesCount": {
"type": "number",
"description": "Property. The total count of a particular species detected by the device.."
"description": "Property. The total count of a particular species detected by the device"
},
"mosquitoSpecies": {
"type": "string",
"description": "Property. The binomial/ zoological nomenclature of the mosquito species as identified by the device."
"description": "Property. The binomial/ zoological nomenclature of the mosquito species as identified by the device"
},
"femaleSpeciesCount": {
"type": "number",
"description": "Property. The total count of the female mosquitoes of the species identified by the device.."
"description": "Property. The total count of the female mosquitoes of the species identified by the device"
}
}
},
Expand All @@ -55,47 +55,47 @@
"properties": {
"rfID": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Gives the ID of the RFID reader."
"description": "Property. Model:'https://schema.org/Text'. Gives the ID of the RFID reader"
},
"deviceBatteryStatus": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Gives the Battery charging status of the reporting device(Connected, Disconnected)."
"description": "Property. Model:'https://schema.org/Text'. Gives the Battery charging status of the reporting device(Connected, Disconnected)"
},
"deviceName": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Device Name or Station name of the sensor device/station corresponding to this observation."
"description": "Property. Model:'https://schema.org/Text'. Device Name or Station name of the sensor device/station corresponding to this observation"
},
"deviceId": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Device ID of the physical sensor/ measurement station corresponding to this observation."
"description": "Property. Model:'https://schema.org/Text'. Device ID of the physical sensor/ measurement station corresponding to this observation"
},
"measurand": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Property/properties sensed/observed/measured by the device."
"description": "Property. Model:'https://schema.org/Text'. Property/properties sensed/observed/measured by the device"
},
"deviceSimNumber": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Gives the sim number of the device in the waste management vehicle."
"description": "Property. Model:'https://schema.org/Text'. Gives the sim number of the device in the waste management vehicle"
},
"deviceModel": {
"type": "object",
"description": "Property. Model:'https://schema.org/Text'. Describes the information of the device, sensor or system in consideration.",
"description": "Property. Model:'https://schema.org/Text'. Describes the information of the device, sensor or system in consideration",
"properties": {
"brandName": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Name of the brand associated with an entity, e.g., sensor, device etc."
"description": "Property. Model:'https://schema.org/Text'. Name of the brand associated with an entity, e.g., sensor, device etc"
},
"manufacturerName": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Name of the manufacturer associated with an entity, e.g., sensor, device etc."
"description": "Property. Model:'https://schema.org/Text'. Name of the manufacturer associated with an entity, e.g., sensor, device etc"
},
"modelName": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Name of a specific model associated with an entity, e.g., sensor, device etc."
"description": "Property. Model:'https://schema.org/Text'. Name of a specific model associated with an entity, e.g., sensor, device etc"
},
"modelURL": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. URL providing further information of a specific model associated with an entity, e.g., sensor, device etc."
"description": "Property. Model:'https://schema.org/Text'. URL providing further information of a specific model associated with an entity, e.g., sensor, device etc"
}
}
}
Expand Down

0 comments on commit 08a6d85

Please sign in to comment.