Skip to content

Commit

Permalink
Small review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbothma committed Jul 19, 2023
1 parent 18a15d4 commit ab84228
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions followthemoney/schema/Occupancy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Occupancy:
required:
- holder
- post
edge:
source: holder
label: holds
target: post
directed: true
caption:
- startDate
- endDate
properties:
holder:
label: "Holder"
Expand Down
9 changes: 5 additions & 4 deletions followthemoney/schema/Position.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ Position:
featured:
- name
- organization
- category
caption:
- name
required:
- name
temporalExtent:
start:
- inceptionDate
end:
- dissolutionDate
properties:
organization:
label: "Organization"
Expand All @@ -32,9 +36,6 @@ Position:
name:
label: "Name"
type: name
category:
label: "Category"
type: string
description:
label: "Description"
type: text
Expand Down

0 comments on commit ab84228

Please sign in to comment.