Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Apr 15, 2024
1 parent 63eca90 commit 67aebfe
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions resources/schemas/.softvisio-cli.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,67 +48,67 @@ properties:
additionalProperties: false
required: []

docs:
anyOf:
- type: "null"
- type: object
properties:
location:
anyOf:
- type: "null"
- const: docs

aliases: { type: object, additionalProperties: { type: string, format: uri } }

app:
type: object
properties:
api:
type: object
properties:
url: { type: string, format: uri }

additionalProperties: false
required: [url]
rpc:
type: object
properties:
url: { type: string, format: uri }

additionalProperties: false
required: [url]

additionalProperties: false
required: []

changelog:
anyOf:
- { type: boolean }
- { type: string, format: uri }

favicon: { type: string }
generateReadme: { type: boolean, default: true }
logo:
anyOf:
- { type: boolean }
- { type: string, format: uri }
- type: object
properties:
href: { type: string, format: uri }
width: { type: integer, minimum: 32 }
height: { type: integer, minimum: 32 }

additionalProperties: false
required: [href]

name: { type: string }
siteURL: { type: string, format: uri }
subMaxLevel: { type: integer, minimum: 0 }
types: { type: object, additionalProperties: { type: string } }
externalTypes: { type: array, items: { type: string, format: uri }, uniqueItems: true }

additionalProperties: false
required: []

additionslProperties: false
docs:
anyOf:
- type: "null"
- type: object
properties:
location:
anyOf:
- type: "null"
- const: docs

aliases: { type: object, additionalProperties: { type: string, format: uri } }

app:
type: object
properties:
api:
type: object
properties:
url: { type: string, format: uri }

additionalProperties: false
required: [url]
rpc:
type: object
properties:
url: { type: string, format: uri }

additionalProperties: false
required: [url]

additionalProperties: false
required: []

changelog:
anyOf:
- { type: boolean }
- { type: string, format: uri }

favicon: { type: string }
generateReadme: { type: boolean, default: true }
logo:
anyOf:
- { type: boolean }
- { type: string, format: uri }
- type: object
properties:
href: { type: string, format: uri }
width: { type: integer, minimum: 32 }
height: { type: integer, minimum: 32 }

additionalProperties: false
required: [href]

name: { type: string }
siteURL: { type: string, format: uri }
subMaxLevel: { type: integer, minimum: 0 }
types: { type: object, additionalProperties: { type: string } }
externalTypes: { type: array, items: { type: string, format: string }, uniqueItems: true }

additionalProperties: false
required: []

additionalProperties: false
required: []

0 comments on commit 67aebfe

Please sign in to comment.