Cerbos JavaScript SDK
    Preparing search index...

    Interface SchemaRefs

    References to schemas to be used to validate principal and resource attributes.

    interface SchemaRefs {
        principalSchema?: SchemaRef;
        resourceSchema?: SchemaRef;
    }
    Index

    Properties

    principalSchema?: SchemaRef

    Reference to a schema to be used to validate principal attributes.

    resourceSchema?: SchemaRef

    Reference to a schema to be used to validate resource attributes.