# README
OpenAPI Schema Formats
This tests the OpenAPI schema formats feature of Astra. It is a simple example of how to use OpenAPI schema formats to create a new format that can be used. This tests:
- Creating a custom
date-time
format for thetime.Time
type, anduuid.UUID
type from google foruuid
format. int32
is the default format forint
typesint64
is respected forint64
typesfloat32
is the default format forfloat32
typesfloat64
is respected forfloat64
types- Accounted for all other data types in
formatTypes.go
# Structs
No description provided by the author