Alpaca Data Source
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
mappings | object | No | ||
query | object | No |
Schema
{
"title": "Alpaca Data Source",
"description": "Alpaca Data Source",
"type": "object",
"properties": {
"query": {
"required": true,
"type": "object"
},
"mappings": {
"type": "object",
"required": false,
"properties": {
"mappings": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"id": "alpacaDataSource"
}