You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
We should implement the beginnings of schema definition support by code-generating a Schema class that exposes the following static properties seen in the example.
Runtime clients can use the metadata properties provided for instrumenting themselves with runtime metrics.
Example:
import{Schema}from'./my-api'// get the derived semantic version of the schemaSchema.VERSION// "1.0.1"// get the sha256 of the schema SDLSchema.SHA256// "de8bcbe25b742e187385061f9af26ce061122a87ef9272d1b7e1ddd3e75f1d5f"
The text was updated successfully, but these errors were encountered:
We should implement the beginnings of schema definition support by code-generating a
Schema
class that exposes the following static properties seen in the example.Runtime clients can use the metadata properties provided for instrumenting themselves with runtime metrics.
Example:
The text was updated successfully, but these errors were encountered: