Skip to content

Commit

Permalink
formatted attributes table
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Oct 2, 2023
1 parent e85c7ec commit db8a2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cript/nodes/subobjects/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class Equipment(UUIDBaseNode):
|-------------|-----------------|-----------------------------------------------|--------------------------------------------------------------------------------|----------|-------|
| key | str | hot plate | material | True | True |
| description | str | Hot plate with silicon oil bath with stir bar | additional details about the equipment | | |
| condition | list[Condition] | | conditions under which the property was measured | | |
| condition | list[Condition] | | conditions under which the property was measured | | |
| files | list[File] | | list of file nodes to link to calibration or equipment specification documents | | |
| citation | list[Citation] | | reference to a book, paper, or scholarly work | | |
| citation | list[Citation] | | reference to a book, paper, or scholarly work | | |
## JSON Representation
```json
Expand Down

0 comments on commit db8a2e3

Please sign in to comment.