| Type | Example | Description |
|---|---|---|
| String | "example" | Textual data |
| Integer | 42 | Whole number |
| Boolean | true / false | Logical value |
| Date | "2024-06-01" | ISO 8601 date |
| DateTime | "2024-06-01T12:34:56" | ISO 8601 date and time |
| Array | ["a", "b", "c"] | List of values |
| Object | {"id":1,"name":"x"} | Key-value structure |