Documentation ¶ Index ¶ func BuildCustomProperties(api *metadata.API, m microcms.Schema, option Option) (map[string]*openapi3.SchemaRef, error) func BuildFrom(api *metadata.API, m microcms.Schema, option Option) (*openapi3.SchemaRef, error) type Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildCustomProperties ¶ func BuildCustomProperties(api *metadata.API, m microcms.Schema, option Option) (map[string]*openapi3.SchemaRef, error) func BuildFrom ¶ func BuildFrom(api *metadata.API, m microcms.Schema, option Option) (*openapi3.SchemaRef, error) Types ¶ type Option ¶ type Option struct { IncludeID bool IncludeTimestamps bool IncludeMedia bool IncludeFile bool IncludeCustomFieldID bool ForceOptional bool UseIDInsteadOfRef bool } Source Files ¶ View all Source files customfields.go microcms.go Click to show internal directories. Click to hide internal directories.