Posts Tagged ‘json profile’
Boomi Connector Tip: Using JSON Schema
In the latest Boomi connector SDK, you can now write a custom connector to work with JSON profile instead of using the convention XML profile. So how to do this? Let’s take the following JSON schema as an example: { “$schema”:”https://json-schema.org/draft-04/schema#”, “title”:”Product set”, “type”:”array”, “items”:{ “title”:”Product”, “type”:”object”, “properties”:{ “id”:{ “description”:”The unique identifier for…
Read More