generated from coulomb/repo-seed
Add validation indexes and generated views
This commit is contained in:
27
infospace/schemas/agent-brief.schema.yaml
Normal file
27
infospace/schemas/agent-brief.schema.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
$schema: https://json-schema.org/draft/2020-12/schema
|
||||
$id: https://info-tech-canon.local/schemas/agent-brief.schema.yaml
|
||||
title: InfoTechCanon Agent Brief
|
||||
type: object
|
||||
required:
|
||||
- id
|
||||
- title
|
||||
- audience
|
||||
- purpose
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title:
|
||||
type: string
|
||||
audience:
|
||||
type: string
|
||||
purpose:
|
||||
type: string
|
||||
commands:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
entrypoints:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
additionalProperties: true
|
||||
Reference in New Issue
Block a user