generated from coulomb/repo-seed
25 lines
429 B
YAML
25 lines
429 B
YAML
$schema: https://json-schema.org/draft/2020-12/schema
|
|
$id: https://info-tech-canon.local/schemas/profile.schema.yaml
|
|
title: InfoTechCanon Profile
|
|
type: object
|
|
required:
|
|
- id
|
|
- title
|
|
- scope
|
|
properties:
|
|
id:
|
|
type: string
|
|
title:
|
|
type: string
|
|
scope:
|
|
type: string
|
|
includes:
|
|
type: array
|
|
items:
|
|
type: string
|
|
constraints:
|
|
type: array
|
|
items:
|
|
type: object
|
|
additionalProperties: true
|