{ "field1": { "data_type": "string", "field_type": "entry", "mutable": "true", "unique": "false", "created_at": "2025-02-14T10:00:00Z", "artifacts": "", "description": "this field is a dummy field" }}
Returns a dictionary of fields names and their types for the specified project.
If a context is provided, returns only fields associated with that context.Each field entry contains:
data_type: The data type of the field (int, str, etc)
field_type: Whether it’s an entry, param, or derived_entry
mutable: Whether the field can be modified
unique: Whether the field enforces uniqueness
created_at: When the field was first created
artifacts: For derived entries, contains the equation