afv-library/skills/connecting-datacloud/examples/connections/ingest-api-schema.json
sandipkumar-yadav 37aa84df42
feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268)
* Migrating Core Salesforce Skills

* Updating pr comments

* updat reference

* Updating a skill

* Migrating Datacloud skills

* Migrating Industries cloud skills

* Validating - skills fixing

---------

Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
2026-05-14 19:32:15 +05:30

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"
}
]
}
]
}