Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNullRawMessage ¶
func IsNullRawMessage(raw json.RawMessage) bool
func NormalizeJSONSchemaPropertiesOrder ¶
func NormalizeJSONSchemaPropertiesOrder(schema json.RawMessage) (json.RawMessage, error)
NormalizeJSONSchemaPropertiesOrder reorders the keys inside the top-level "properties" object to match the order of the top-level "required" array (when present).
func ReorderJSONObjectByKeys ¶
func ReorderJSONObjectByKeys(rawObject json.RawMessage, keyOrder []string) (json.RawMessage, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.