"// Library":{"comment":"Library name. Usually synonymous with the chip ID (e.g. fooinc0378). However, in the case where this library implements multiple sensor classes, choose a name which describes the full functionality (e.g. fooincled).","required":true},
"// Description":{"comment":"Library description. This library provides support for the fooincled family of sensors.","required":true},
"Description":"This is a sensor library template used for new sensors",
"// Sensor Class":{"comment":"Sensor/actuator class object which corresponds to the sensor/actuator C++ class (case sensitive).","required":true},
"Sensor Class":
{
"SensorTemplate":
{
"// Name":{"comment":"Sensor display name as indicated by the datasheet or manufacturer","required":true},
"Name":"Template Sensor",
"// Description":{"comment":"In-depth description of the C++ sensor/actuator class. Include any necessary information on what is required for this implementation to work.","required":true},
"Description":"This sensor template can be used to generate code stubs for new sensor library development",
"// Aliases":{"comment":"Known vendor/manufacturer part numbers or names for the sensor/actuator/s supported by this class. Part numbers/IDs are preferred when available.","required":false},
"Aliases":["template"],
"// Categories":{"comment":"One or more categories that his sensor class fits in.","required":true},
"Categories":["other"],
"// Connections":{"comment":"One or more connection types for this sensor class.","required":true},
"Connections":["i2c"],
"// Project Type":{"comment":"One or more application fields or project types sensor is suited for (e.g. prototyping, industrial)","required":true},
"Project Type":["prototyping"],
"// Manufacturers":{"comment":"One or more manufacturers for the hardware supported by this class.","required":true},
"Manufacturers":["generic"],
"// Kits":{"comment":"One or more retail kits that provide this sensor","required":false},
"Kits":[],
"// Images":{"comment":"A single small (0-20k) html-viewable image file (located in docs/images). Please do not use existing, copyrighted images with your sensors.","required":false},
"// Urls":{"comment":"Collection of external URLs which provide additional documentation for this sensor class.","required":true},
"Urls":
{
"// Product Pages":{"comment":"Provide at least one URL for a product web-site where users can get additional information on this sensor.","required":true},