- added /update/enroll endpoint and enrollment logic - migrated update client to v1 api endpoints and bearer auth - implemented remote status reporting in backend and scripts - updated requirements and project status
11 lines
149 B
YAML
11 lines
149 B
YAML
type: object
|
|
required:
|
|
- tier
|
|
- limits
|
|
properties:
|
|
tier:
|
|
type: string
|
|
enum: [small, medium, large]
|
|
limits:
|
|
$ref: './limits.yaml'
|