filestack-js
Version:
Official JavaScript library for Filestack
70 lines (69 loc) • 1.3 kB
TypeScript
export declare const MetadataParamsSchema: {
$schema: string;
title: string;
description: string;
type: string;
additionalProperties: boolean;
properties: {
size: {
type: string;
};
mimetype: {
type: string;
};
filename: {
type: string;
};
width: {
type: string;
};
metadata: {
type: string;
};
height: {
type: string;
};
uploaded: {
type: string;
};
writeable: {
type: string;
};
cloud: {
type: string;
};
sourceUrl: {
type: string;
};
md5: {
type: string;
};
sha1: {
type: string;
};
sha224: {
type: string;
};
sha256: {
type: string;
};
sha384: {
type: string;
};
sha512: {
type: string;
};
location: {
type: string;
};
path: {
type: string;
};
container: {
type: string;
};
exif: {
type: string;
};
};
};