Module json_schema

Source
Expand description

Module with JSON Schema type for Bevy Registry Types. It tries to follow this standard: https://json-schema.org/specification

Structs§

JsonSchemaBevyType
JSON Schema type for Bevy Registry Types It tries to follow this standard: https://json-schema.org/specification

Enums§

SchemaKind
Kind of json schema, maps TypeInfo type
SchemaType
Type of json schema

Traits§

SchemaJsonType
Helper trait for mapping bevy type path into json schema type

Functions§

export_type
Exports schema info for a given type