Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion data/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ objects:
- name: uuid
type: UUID
primary_key: true
required_in_opt_db: true
description:
- Unique identifier of the product.
- If not provided by the manufacturer, the UUID can be derived as specified in [the UUID section](/uuid).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
}
},
"required": [
"uuid",
"material",
"nominal_netto_full_weight"
],
Expand Down
Loading