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

35 řádky
546 B
YAML

type: object
title: Media Partner
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
title: ID
hash:
type: string
pattern: "^[a-f0-9]+$"
name:
type: string
title: Name
description:
type: string
__markdown: true
languages:
type: array
items:
type: string
enum:
- english
- czech
- slovak
logo:
type: string
links:
type: object
additionalProperties:
type: string
format: uri