Cerbos JavaScript SDK
    Preparing search index...

    Interface GetSchemasRequest

    interface GetSchemasRequest {
        ids: string[];
    }
    Index

    Properties

    Properties

    ids: string[]

    IDs of schemas to fetch.

    Available schema IDs can be listed with Client.listSchemas.