Files
2021-06-30 14:47:35 -04:00

15 lines
235 B
YAML

type: object
properties:
id:
type: string
orgID:
type: string
createdAt:
type: string
format: date-time
events:
type: array
items:
$ref: "./StackEvent.yml"
required: [id, orgID, createdAt, events]