prague-blockchain-week/utils/schema/1/union.yaml

33 řádky
555 B
YAML
Surový Normální zobrazení Historie

2023-01-23 15:02:55 +01:00
type: object
title: Event Union
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
title: Event Union ID
2023-01-28 01:20:24 +01:00
hash:
type: string
pattern: "^[a-f0-9]+$"
2023-01-23 15:02:55 +01:00
name:
type: string
title: Name of Event Union
org:
type: string
2023-01-24 06:05:24 +01:00
__markdown: true
2023-01-23 15:02:55 +01:00
description:
type: string
2023-01-24 06:05:24 +01:00
__markdown: true
2023-01-25 13:42:10 +01:00
events:
type: array
items:
type: string
pattern: "^[a-z0-9-]+$"
2023-01-23 15:02:55 +01:00
links:
type: object
additionalProperties:
type: string
format: uri