Add contributor collection

This commit is contained in:
tree 2023-03-24 23:46:06 +01:00
rodič 394c087b67
revize 4535dff4b1
2 změnil soubory, kde provedl 28 přidání a 0 odebrání

Zobrazit soubor

@ -113,6 +113,7 @@ class DeConf_Package {
places: "place",
events: "event",
"media-partners": "media-partner",
contributors: "contributor",
benefits: "benefit",
unions: "union",
chains: "chain",

Zobrazit soubor

@ -0,0 +1,27 @@
type: object
title: Contributor
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
logo:
type: string
links:
type: object
additionalProperties:
type: string
format: uri