foundation-comms.schemaresponse
Home > @genesislcap/foundation-comms > SchemaResponse
SchemaResponse type
Schema Response definition.
Signature:
export type SchemaResponse = {
INBOUND: JSONSchema7;
OUTBOUND: JSONSchema7;
MESSAGE_TYPE: string;
SOURCE_REF: string;
};