kubernetes/vendor/k8s.io/kube-openapi/pkg/validation/spec/paths.go

type Paths

// UnmarshalJSON hydrates this items instance with the data from JSON
func (p *Paths) UnmarshalJSON(data []byte) error {}

func (p *Paths) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error {}

// MarshalJSON converts this items object to JSON
func (p Paths) MarshalJSON() ([]byte, error) {}

func (p Paths) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error {}