mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-03-03 01:50:34 +00:00
16 lines
291 B
JSON
16 lines
291 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"interval": {
|
||
|
"name": ["null", "string"]
|
||
|
},
|
||
|
"downloads_total": {
|
||
|
"type": ["null", "number"]
|
||
|
},
|
||
|
"downloads_percent": {
|
||
|
"type": ["null", "number"]
|
||
|
}
|
||
|
}
|
||
|
}
|