mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
22 lines
441 B
YAML
22 lines
441 B
YAML
type: object
|
|
required:
|
|
- origin
|
|
properties:
|
|
origin:
|
|
type: string
|
|
description: The size of the file in bytes. Only available for local files or sdcard files if the printer supports file sizes for sd card files.
|
|
enum:
|
|
- local
|
|
- sdcard
|
|
hash:
|
|
type: string
|
|
size:
|
|
type: number
|
|
date:
|
|
type: number
|
|
format: date-time
|
|
refs:
|
|
$ref: ./Reference.yaml
|
|
gcodeAnalysis:
|
|
$ref: ./GCodeAnalysis.yaml
|