octoprint-open-api/openapi/components/schemas/files/RetrieveResponse.yaml
2020-11-04 00:02:26 +01:00

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"