mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-03-01 17:10:30 +00:00
19 lines
341 B
JSON
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"]
|
||
|
}
|
||
|
}
|
||
|
}
|