Searched refs:getSchemaJSONAsync (Results 1 – 1 of 1) sorted by relevance
21 const json = await getSchemaJSONAsync(sdkVersion);50 async function getSchemaJSONAsync(sdkVersion: string): Promise<{ schema: Schema }> { function