var jsTrue … var jsFalse … type cborMajorType … const cborUnsignedInteger … const cborNegativeInteger … const cborByteString … const cborTextString … const cborArray … const cborMap … const cborTag … const cborOther … const cborFalseValue … const cborTrueValue … const cborNullValue … func cborType(b byte) cborMajorType { … } func (s JSONSchemaPropsOrBool) MarshalJSON() ([]byte, error) { … } func (s *JSONSchemaPropsOrBool) UnmarshalJSON(data []byte) error { … } func (s JSONSchemaPropsOrBool) MarshalCBOR() ([]byte, error) { … } func (s *JSONSchemaPropsOrBool) UnmarshalCBOR(data []byte) error { … } func (s JSONSchemaPropsOrStringArray) MarshalJSON() ([]byte, error) { … } func (s *JSONSchemaPropsOrStringArray) UnmarshalJSON(data []byte) error { … } func (s JSONSchemaPropsOrStringArray) MarshalCBOR() ([]byte, error) { … } func (s *JSONSchemaPropsOrStringArray) UnmarshalCBOR(data []byte) error { … } func (s JSONSchemaPropsOrArray) MarshalJSON() ([]byte, error) { … } func (s *JSONSchemaPropsOrArray) UnmarshalJSON(data []byte) error { … } func (s JSONSchemaPropsOrArray) MarshalCBOR() ([]byte, error) { … } func (s *JSONSchemaPropsOrArray) UnmarshalCBOR(data []byte) error { … } func (s JSON) MarshalJSON() ([]byte, error) { … } func (s *JSON) UnmarshalJSON(data []byte) error { … } func (s JSON) MarshalCBOR() ([]byte, error) { … } func (s *JSON) UnmarshalCBOR(data []byte) error { … }