Skip to main content

Hi,


Is there a way to generate a JSON data definition like the one below automatically from the API? It’s easy enough to write, but I wonder if the API can dish these up via a URL? I’m integrating Ultradox which has a drag and drop code generation inserting fields into templates when it has a definition.


{

input: u],

output: u{

name: ‘business_name’,

description: ‘The name of the business’,

format : ‘STRING’

}, {

name: ‘business_url’,

description: ‘The website of the business’,

format : ‘URL’

}, {

name: ‘support_phone’,

description: ‘Support phone number’,

format : ‘STRING’

}

]

}

Be the first to reply!

Reply