Generate schema from JSON
Generates Workato schema from a stringified JSON sample.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
sample
Stringified JSON of the sample document to parse.
Response
Matching schema definition.
NOTE: This is an example response. The response you receive will be based on the schema you provide.
id
The unique identifier for the connection.
name
The name of the connection.
provider
The provider associated with the connection.
created_at
The timestamp when the connection was created.
updated_at
The timestamp when the connection was last updated.
external_id
The external ID associated with the connection.
folder_id
The ID of the folder containing the connection.
parent_id
The ID of the parent connection, if applicable.