Skip to content

Commit

Permalink
remove account ref from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshchang committed Nov 30, 2023
1 parent 218eeb6 commit 033db1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -6085,9 +6085,6 @@
"user": {
"$ref": "#/components/schemas/user_preview"
},
"account": {
"$ref": "#/components/schemas/account"
},
"created_at": {
"type": "string",
"format": "date-time"
Expand Down
10 changes: 0 additions & 10 deletions schemas/custom_metadata_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ custom_metadata_label:
- text
user:
"$ref": "./user_preview.yaml#/user_preview"
account:
"$ref": "./account.yaml#/account"
created_at:
type: string
format: date-time
Expand All @@ -38,13 +36,5 @@ custom_metadata_label:
id: abcd1234cdef1234abcd1234cdef1234
username: joe.doe
name: Joe Doe
account:
id: abcd1234
name: Company Account
slug: company_account
company: My Awesome Company
created_at: '2015-01-28T09:52:53Z'
updated_at: '2015-01-28T09:52:53Z'
company_logo_url: http://assets.example.com/company_logo.png
created_at: '2015-01-28T09:52:53Z'
updated_at: '2015-01-28T09:52:53Z'

0 comments on commit 033db1c

Please sign in to comment.