Skip to content

Commit

Permalink
Incorporate final changes to annotated models for WS261.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Sep 1, 2017
1 parent a854a5d commit 03911c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions generated-schemas/schema261.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2681,8 +2681,8 @@
(schema
phenotype
(fields
[alternate-phenotype :ref :many]
[assay :ref :component]
[dead :boolean]
[description :ref :component]
[do-term :ref :many :component]
[go-term :ref :many :component]
Expand Down Expand Up @@ -2983,8 +2983,9 @@
[main-phone :string :many]
[office-phone :string :many]
[other-phone :string :many]
[street-address :string :many]
[street-address :ref :many :component]
[web-page :string :many]))
(schema address.street-address (fields [text :string]))
(schema
role
(fields
Expand Down

0 comments on commit 03911c7

Please sign in to comment.