> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Files # Type: File Descriptor Object # Link: https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/file-descriptor-object.md ## Description: Docs for Folder in Media ## Schema: ```json Type: File Descriptor Object | type: FileDescriptor Description: Docs for Folder in Media - name: id | type: string | description: File ID. Generated when a file is uploaded to the Media Manager. - name: displayName | type: string | description: File name as it appears in the Media Manager. - name: url | type: string | description: Static URL of the file. - name: parentFolderId | type: string | description: ID of the file's parent folder. - name: value | type: string | description: - name: hash | type: string | description: File hash. - name: sizeInBytes | type: string | description: Size of the uploaded file in bytes. - name: private | type: boolean | description: Whether the file is public or private. Learn more about [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files.md). - name: mediaType | type: string | description: Media file type. enum: UNKNOWN, IMAGE, VIDEO, AUDIO, DOCUMENT, VECTOR, ARCHIVE, MODEL3D, OTHER - name: media | type: FileMedia | description: Media file content. - name: operationStatus | type: string | description: Status of the file that was uploaded. enum: FAILED, READY, PENDING - name: sourceUrl | type: string | description: URL where the file was uploaded from. - name: thumbnailUrl | type: string | description: URL of the file's thumbnail. - name: labels | type: Array | description: Labels assigned to media files that describe and categorize them. Provided by the Wix user, or generated by [Google Vision API](https://cloud.google.com/vision/docs/drag-and-drop) for images. - name: createdDate | type: string | description: Date and time the file was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the file was updated. - name: siteId | type: string | description: The Wix site ID where the media file is stored. - name: state | type: string | description: State of the file. enum: OK, DELETED ```