Skip to main content

foundation-comms.jsonschemacache

Home > @genesislcap/foundation-comms > JsonSchemaCache

JsonSchemaCache interface

A JSON schema cache definition

Signature:

export interface JsonSchemaCache 

Properties

Property

Modifiers

Type

Description

cachedJsonSchema

Map<string, SchemaResponse>

Methods

Method

Description

getJsonSchemaFor(resourceName)

hasJsonSchemaFor(resourceName)

setJsonSchemaFor(resourceName, schemaResponse)