You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-src/docs/070-interfaces-and-deployment/030-rest-api.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,14 @@ Use endpoints at `http://localhost:8082`.
137
137
138
138
Both endpoints generate data from the same schema language and output formats. The key difference is request shape and content type, not generation capability.
139
139
140
+
## Schema Formatting
141
+
142
+
Schema text supports:
143
+
144
+
-**Comments**: lines starting with `#` (after optional leading whitespace) are treated as comments.
145
+
-**Blank lines**: allowed and ignored, useful for readability between column groups.
146
+
-**Column definitions**: each column name must be followed by its generation rule on the next logical content line.
147
+
140
148
## API Examples
141
149
142
150
Health check:
@@ -151,7 +159,7 @@ Generate JSON output with a JSON payload:
0 commit comments