This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeaconOrganization.yaml
66 lines (66 loc) · 1.78 KB
/
BeaconOrganization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
$schema: http://json-schema.org/draft-07/schema#
$id: https://schemablocks.org/schemas/beacon-v2/BeaconOrganization/2.0.0-draft.3
meta:
contributors:
- label: ELIXIR Beacon project team
id: https://beacon-project.io/categories/people.html
- label: Jordi Rambla
id: github:@jrambla
- label: Sabele de la Torre
id: github:@sdelatorrep
- label: Mamana Mbiyavanga
id: github:@mamanambiya
- label: Michael Baudis
id: orcid:0000-0002-9903-4248
provenance:
- label: Beacon v2
id: https://github.com/ga4gh-beacon/specification-v2
used_by:
- label: Progenetix database schema (Beacon+ backend)
id: https://github.com/progenetix/schemas/
sb_status: community
version: 2.0.0-draft.3
title: BeaconOrganization
description: |
Organization owning the beacon.
type: object
required:
- id
- name
properties:
id:
type: string
description: |
Unique identifier of the organization.
name:
type: string
description: |
Name of the organization.
description:
type: string
description: |
Description of the organization.
address:
type: string
description: |
Address of the organization.
welcomeUrl:
type: string
description: |
URL of the website of the organization (RFC 3986 format).
contactUrl:
type: string
description: >-
URL with the contact for the beacon operator/maintainer, e.g. link
to a contact form (RFC 3986 format) or an email (RFC 2368 format).
logoUrl:
type: string
description: >-
URL to the logo (PNG/JPG/SVG format) of the organization (RFC 3986
format).
info:
description: |
Additional unspecified metadata about the host Organization.
type: object
example:
additionalInfoKey: additionalInfoValue