panorama/spec/meta.schema.yml
Michael Zhang 5afd06dfe8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build docs
2023-03-30 00:55:56 -05:00

34 lines
707 B
YAML

$id: "https://example.com/person.schema.json"
$schema: "http://json-schema.org/draft-07/schema"
title: Application
type: object
additionalProperties: false
required: ['title']
properties:
$schema:
type: string
title: URL
title:
type: string
title: Name of the application
authors:
type: array
items: { type: string }
title: List of authors
license:
type: [string, "null"]
title: SPDX Expression representing the license of the database.
description: |-
If the software uses a proprietary license, use `null` to indicate that.
depends:
type: object
title: List of dependencies
interfaces:
type: object
title: List of interfaces