Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchemaDescription

Package version

Schema definition with its name, format, and group.

Hierarchy

  • SchemaDescription

Index

Properties

format

format: string

The format of schema and it must match the serialization type of the schema's group. Please refer to KnownSerializationType for possible values.

groupName

groupName: string

Schema group under which schema is or should be registered.

name

name: string

Name of schema.

schemaDefinition

schemaDefinition: string

String representation of schema.

Generated using TypeDoc