rngo

Reference

Enums

Enums are potentially very long lists of values that can be specified for a schema in a stream. For example:

type: object
properties:
  name:
    type: string
    rngo:
      value: enums.fullNames

Types

KeyTypeNotes
fullNamesStringFull names of people (currently localized to EN_US).
Previous
Config