Create a JsonFabrica sequence
jsonfabrica_create_sequenceCreate a durable named sequence for numbers, strings, or UUIDs, then reference it in template bodies using createSeq()/getSeq() to generate reproducible synthetic data.
Instructions
Calls POST /v1/sequences. Creates a durable named sequence (number/string/uuid), referenced from template bodies via createSeq()/getSeq()-style functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| step | No | ||
| type | Yes | ||
| start | No |