schema

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object struct {
	Properties []*Property `json:"properties:ao,omitempty"`
}

type Property

type Property struct {
	Name       string      `json:"name:s,omitempty"`
	Type       string      `json:"type:s,omitempty"`
	Hint       string      `json:"hint:s,omitempty"`
	IsRepeated bool        `json:"isRepeated:b,omitempty"`
	IsOptional bool        `json:"isOptional:b,omitempty"`
	Properties []*Property `json:"properties:ao,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL