Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 30, 2024
1 parent 52f3563 commit f6a0a94
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,9 @@ properties:
raster:
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
default: logo/simple_light.png
ascii:
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
default: logo/simple.txt
full:
type: object
additionalProperties: false
Expand All @@ -859,6 +862,9 @@ properties:
raster:
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
default: logo/full_light.png
ascii:
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
default: logo/full.txt
badge:
$ref: https://docsman.repodynamics.com/schema/element/badge
footer:
Expand Down Expand Up @@ -3190,10 +3196,22 @@ properties:
additionalProperties: false
default: { }
properties:
path:
title: Path to the local directory.
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
default: .local
cache:
type: object
additionalProperties: false
properties:
path:
title: Path to the local cache directory.
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
default: .local/cache
report:
type: object
additionalProperties: false
properties:
path:
title: Path to the local report directory.
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
default: .local/report
# Custom
custom:
title: User-defined custom metadata and configurations.
Expand Down Expand Up @@ -3307,3 +3325,5 @@ properties:
type: object
additionalProperties:
type: string
version:
type: string

0 comments on commit f6a0a94

Please sign in to comment.