Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultSeparatorSegment = "'" DefaultSeparatorComponent = "+" DefaultSeparatorElement = ":" DefaultEscapeCharacter = "?" )
View Source
const ( EdiTypeSegment EdiType = "segment" EdiTypeElement EdiType = "element" EdiTypeComponent EdiType = "component" JsonSchemaTypeArray JsonSchemaType = "array" JsonSchemaTypeObject JsonSchemaType = "object" JsonSchemaTypeNumber JsonSchemaType = "number" JsonSchemaTypeString JsonSchemaType = "string" JsonSchemaTypeBoolean JsonSchemaType = "boolean" JsonSchemaTypeInteger JsonSchemaType = "integer" JsonSchemaTypeUnknown JsonSchemaType = "" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonSchemaType ¶
type JsonSchemaType string
type Properties ¶
type Property ¶
type Property struct { Description string `json:"description"` Type JsonSchemaType `json:"type"` XEdi XEdi `json:"x-edi"` Properties Properties `json:"properties"` Items *Property `json:"items"` IsRequired bool `json:"isRequired"` Const any `json:"const"` MinItems int `json:"minItems"` MaxItems int `json:"maxItems"` }
Click to show internal directories.
Click to hide internal directories.