generated from coulomb/repo-seed
26 lines
467 B
YAML
26 lines
467 B
YAML
$schema: https://json-schema.org/draft/2020-12/schema
|
|
$id: https://info-tech-canon.local/schemas/interface-card.schema.yaml
|
|
title: Canon Interface Card
|
|
type: object
|
|
required:
|
|
- id
|
|
- title
|
|
- consumer
|
|
- canon_surfaces
|
|
properties:
|
|
id:
|
|
type: string
|
|
title:
|
|
type: string
|
|
consumer:
|
|
type: string
|
|
canon_surfaces:
|
|
type: array
|
|
items:
|
|
type: string
|
|
expectations:
|
|
type: array
|
|
items:
|
|
type: string
|
|
additionalProperties: true
|