Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Apr 25, 2024
1 parent c435727 commit da6b38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3251,9 +3251,9 @@
"title": "JSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger."
},
"NullTime": {
"description": "NullTime implements the [Scanner] interface so\nit can be used as a scan destination, similar to [NullString].",
"description": "NullTime implements the Scanner interface so\nit can be used as a scan destination, similar to NullString.",
"type": "object",
"title": "NullTime represents a [time.Time] that may be null.",
"title": "NullTime represents a time.Time that may be null.",
"properties": {
"Time": {
"type": "string",
Expand Down

0 comments on commit da6b38a

Please sign in to comment.