adapted /measurements to use sample_id
This commit is contained in:
@ -54,7 +54,6 @@ tags:
|
||||
- name: /
|
||||
- name: /sample
|
||||
- name: /material
|
||||
- name: /condition
|
||||
- name: /measurement
|
||||
- name: /template
|
||||
- name: /model
|
||||
|
@ -133,7 +133,7 @@ Measurement:
|
||||
allOf:
|
||||
- $ref: 'api.yaml#/components/schemas/_Id'
|
||||
properties:
|
||||
condition_id:
|
||||
sample_id:
|
||||
$ref: 'api.yaml#/components/schemas/Id'
|
||||
values:
|
||||
type: object
|
||||
|
Reference in New Issue
Block a user