Skip to main content

foundation-comms.connect.getjsonschema

Home > @genesislcap/foundation-comms > Connect > getJSONSchema

Connect.getJSONSchema() method

Retrieves the JSON schema for the specified resource.

Signature:

getJSONSchema(resourceName: string): Promise<SchemaResponse>;

Parameters

Parameter

Type

Description

resourceName

string

The name of the resource to retrieve the schema for.

Returns:

Promise<SchemaResponse>