mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
12 lines
178 B
YAML
12 lines
178 B
YAML
type: object
|
|
properties:
|
|
files:
|
|
type: array
|
|
items:
|
|
$ref: ./File.yaml
|
|
free:
|
|
description: >-
|
|
Remaining free space
|
|
type: string
|
|
example: "25.4G"
|