Cerbos JavaScript SDK
    Preparing search index...

    Interface SchemaInput

    A JSON schema to be used to validate principal or resource attributes.

    interface SchemaInput {
        definition: SchemaDefinitionInput;
        id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Definition of the schema.

    id: string

    Unique ID for the schema, to be used to reference the schema from policies and from other schemas.