id.integer
Emits natural numbers in order, starting at 1.
Examples
This stream type is a convenience stream that wraps the schema.integer stream. So whenever you write:
type: id.integerIt gets rewritten to:
type: schema.integer
minimum: 1
step: 1Emits natural numbers in order, starting at 1.
This stream type is a convenience stream that wraps the schema.integer stream. So whenever you write:
type: id.integerIt gets rewritten to:
type: schema.integer
minimum: 1
step: 1