GetSchemaVersion
Source:
src/AWS/IoTManagedIntegrations/GetSchemaVersion.ts
Runtime binding for iotmanagedintegrations:GetSchemaVersion
(account-level).
Reads one version of a capability or definition schema from the Managed
integrations schema catalog — the vocabulary that device data models and
commands are expressed in. Provide the implementation with
Effect.provide(AWS.IoTManagedIntegrations.GetSchemaVersionHttp).
Working with the Schema Catalog
Section titled “Working with the Schema Catalog”const getSchemaVersion = yield* IoTManagedIntegrations.GetSchemaVersion();
const { Schema } = yield* getSchemaVersion({ Type: "capability", SchemaVersionedId: "matter.OnOff@1.4",});