Alexis Pentori 493256269f
simplecast-connector: adding analytic/technology subendpoint
* adding endpoint technology_application and technology_device_class
  * factorizing code

Signed-off-by: Alexis Pentori <alexis@status.im>
2024-03-14 12:30:42 +01:00

19 lines
341 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"rank": {
"type": ["null", "number"]
},
"name": {
"type": ["null", "string"]
},
"downloads_total": {
"type": ["null", "number"]
},
"downloads_percent": {
"type": ["null", "number"]
}
}
}