Skip to content

Commit 1b5f135

Browse files
committed
Remove samples
1 parent c81fa81 commit 1b5f135

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/__tests__/fixtures/workflow_templates/example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ steps:
8686
8787
![music](https://source.unsplash.com/600x400/?music)
8888
fields:
89-
sample:
89+
device:
9090
type: relationship
91-
resourceType: samples
91+
resourceType: devices
9292
target:
9393
type: quantity
9494
unit: mg
9595
actual:
9696
type: quantity
9797
unit: mg
9898
substeps:
99-
- primary: Place the {{sample}} on the balance.
99+
- primary: Tare the balance {{device}}.
100100
description: |
101101
Your fancy markdown body with formatting, images and what not else!
102102
confirm: true

src/schemata/definitions/field-schema/relationship.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ properties:
1414
- users
1515
- devices
1616
- measurements
17-
- samples
1817
- channels
1918
- collections
2019
- attachments

src/schemata/definitions/resource-tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ enum:
2121
- ports
2222
- protonotifications
2323
- roles
24-
- samples
2524
- smart_views
2625
- users
2726
- versions

0 commit comments

Comments
 (0)