DataSetXYSchema: Record<string | number, undefined | {
    auto?: DataSetXYAutoPropertyConfig;
    ensureNoDuplication?: boolean;
    nonNumeric?: boolean;
    pattern?: DataPattern;
    storage?: TypedArrayConstructor;
}>

Type definition of DataSetXY schema. See schema for more information.