Skip to content

Commit

Permalink
added name to file node docs attributes table
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Aug 30, 2023
1 parent 58b44c2 commit 67d6d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cript/nodes/supporting_nodes/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ class File(PrimaryBaseNode):
| Attribute | Type | Example | Description | Required |
|-----------------|------|-------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|----------|
| name | str | `"my file name"` | descriptive name for the file node | True |
| source | str | `"path/to/my/file"` or `"https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system"` | source to the file can be URL or local path | True |
| type | str | `"logs"` | Pick from [CRIPT File Types](https://app.criptapp.org/vocab/file_type/) | True |
| type | str | `"logs"` | Pick from [CRIPT File Types](https://app.criptapp.org/vocab/file_type/) | True |
| extension | str | `".csv"` | file extension | False |
| data_dictionary | str | `"my extra info in my data dictionary"` | set of information describing the contents, format, and structure of a file | False |
Expand Down

0 comments on commit 67d6d20

Please sign in to comment.