FileMaker Data API Tools API - v1.2.0
    Preparing search index...

    Interface SchemaSnapshotSummary

    interface SchemaSnapshotSummary {
        id: string;
        profileId: string;
        layout: string;
        capturedAt: string;
        source: SchemaSnapshotSource;
        schemaVersion: number;
    }
    Index

    Properties

    id: string
    profileId: string
    layout: string
    capturedAt: string
    schemaVersion: number