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

    Interface SchemaDiffResult

    interface SchemaDiffResult {
        profileId: string;
        layout: string;
        olderSnapshotId?: string;
        newerSnapshotId?: string;
        comparedAt: string;
        added: FileMakerFieldMetadata[];
        removed: FileMakerFieldMetadata[];
        unchanged?: FileMakerFieldMetadata[];
        changed: SchemaFieldChanged[];
        summary: SchemaDiffSummary;
        hasChanges: boolean;
    }
    Index

    Properties

    profileId: string
    layout: string
    olderSnapshotId?: string
    newerSnapshotId?: string
    comparedAt: string
    hasChanges: boolean