mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
32 lines
582 B
JSON
32 lines
582 B
JSON
{
|
|
"schemas": [
|
|
{
|
|
"label": "<OBJECT_NAME>",
|
|
"name": "<OBJECT_NAME>",
|
|
"schemaType": "IngestApi",
|
|
"fields": [
|
|
{
|
|
"name": "Id",
|
|
"label": "Id",
|
|
"dataType": "Text"
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"label": "Name",
|
|
"dataType": "Text"
|
|
},
|
|
{
|
|
"name": "Timestamp",
|
|
"label": "Timestamp",
|
|
"dataType": "DateTime"
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"label": "Value",
|
|
"dataType": "Number"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|