Member Junction
    Preparing search index...

    Variables schema for a TestType. Stored in TestType.VariablesSchema JSON column.

    interface TestTypeVariablesSchema {
        schemaVersion: "1.0";
        variables: TestVariableDefinition[];
    }
    Index

    Properties

    schemaVersion: "1.0"

    Version of the schema format (for future migrations)

    Variables available for tests of this type