Description:"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
Properties:map[string]spec.Schema{
"Time":{
SchemaProps:spec.SchemaProps{
Type:[]string{"string"},
Format:"date-time",
},
},
},
Required:[]string{"Time"},
},
},
Dependencies:[]string{},
},
"v1.Timestamp":{
Schema:spec.Schema{
Schema:spec.Schema{
SchemaProps:spec.SchemaProps{
SchemaProps:spec.SchemaProps{
Description:"Timestamp is a struct that is equivalent to Time, but intended for protobuf marshalling/unmarshalling. It is generated into a serialization that matches Time. Do not use in Go structs.",
Description:"Timestamp is a struct that is equivalent to Time, but intended for protobuf marshalling/unmarshalling. It is generated into a serialization that matches Time. Do not use in Go structs.",