diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index eff6c83562d..c51f7d337eb 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -36103,16 +36103,8 @@ } }, "v1.Time": { - "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.", - "required": [ - "Time" - ], - "properties": { - "Time": { - "type": "string", - "format": "date-time" - } - } + "type": "string", + "format": "date-time" }, "v1.Volume": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", diff --git a/federation/apis/openapi-spec/swagger.json b/federation/apis/openapi-spec/swagger.json index d735ab02e02..a1640bdb99c 100644 --- a/federation/apis/openapi-spec/swagger.json +++ b/federation/apis/openapi-spec/swagger.json @@ -11953,16 +11953,8 @@ } }, "v1.Time": { - "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.", - "required": [ - "Time" - ], - "properties": { - "Time": { - "type": "string", - "format": "date-time" - } - } + "type": "string", + "format": "date-time" }, "v1.Volume": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",