Skip to content
Snippets Groups Projects
Commit 21679db6 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Adapt data model and test dump

parent 74ce9180
Branches
Tags
1 merge request!1F awi sams
......@@ -25,18 +25,19 @@ ControlledRecordType:
Responsible:
inherit_from_obligatory:
- ControlledRecordType
obligatory_properties:
recommended_properties:
Abbreviation:
description: An abbreviation for this entity that is used for identification purposes
datatype: TEXT
Person:
inherit_from_obligatory:
inherit_from_recommended:
- Responsible
obligatory_properties:
first_name:
datatype: TEXT
last_name:
datatype: TEXT
recommended_properties:
Email:
datatype: TEXT
......
......@@ -46,14 +46,14 @@ csv_column_descriptions:
Water depth stop: "The bottom depth in meters where the sampling ended as a positive value"
entity_names:
abbreviation_prop: Abbreviation
abbreviation_prop: abbreviation
child_container_prop: "Child container"
container_label_prop: container_label
container_rt: Container
container_size_prop: "Container size"
containertype_rt: ContainerType
custom_label_prop: "Custom label"
labelcounter_prop: Counter
labelcounter_prop: counter
labelcounter_rt: LabelCounter
responsible_rt: Responsible
first_name_prop: first_name
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment