We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575c4e4 commit d668221Copy full SHA for d668221
models.go
@@ -7,7 +7,7 @@ import (
7
8
// Model struct represents an OpenAPI model.
9
type Model struct {
10
- CreatedAt int64 `json:"created_at"`
+ CreatedAt int64 `json:"created"`
11
ID string `json:"id"`
12
Object string `json:"object"`
13
OwnedBy string `json:"owned_by"`
@@ -18,7 +18,7 @@ type Model struct {
18
19
// Permission struct represents an OpenAPI permission.
20
type Permission struct {
21
22
23
24
AllowCreateEngine bool `json:"allow_create_engine"`
0 commit comments