prague-blockchain-week/utils/schema/1/media-partner.yaml

35 řádky
546 B
YAML
Surový Trvalý odkaz Normální zobrazení Historie

2023-01-24 04:02:46 +01:00
type: object
title: Media Partner
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
title: ID
2023-01-28 01:20:24 +01:00
hash:
type: string
pattern: "^[a-f0-9]+$"
2023-01-24 04:02:46 +01:00
name:
type: string
title: Name
2023-01-24 04:42:01 +01:00
description:
type: string
2023-01-24 06:05:24 +01:00
__markdown: true
2023-01-24 04:42:01 +01:00
languages:
type: array
items:
type: string
enum:
- english
- czech
- slovak
2023-01-24 04:02:46 +01:00
logo:
type: string
links:
type: object
additionalProperties:
type: string
format: uri