Skip to content

Commit

Permalink
Rename some models
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Aug 15, 2024
1 parent 5713503 commit f2029e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion yaml/v1/schemas/models/ObjectLink.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ObjectLink:
type: object
properties:
0:
"0":
type: object
properties:
rel:
Expand Down
2 changes: 1 addition & 1 deletion yaml/v1/schemas/models/Tag/TagModel.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TagModel:
title: A single tag
title: "A single tag (C)"
type: object
required:
- tag
Expand Down
2 changes: 1 addition & 1 deletion yaml/v1/schemas/models/Tag/TagModelStore.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TagModelStore:
title: A single tag
title: "A single tag (A)"
type: object
required:
- tag
Expand Down
2 changes: 1 addition & 1 deletion yaml/v1/schemas/models/Tag/TagModelUpdate.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TagModelUpdate:
title: A single tag
title: "A single tag (B)"
type: object
properties:
tag:
Expand Down
2 changes: 1 addition & 1 deletion yaml/v1/schemas/models/Webhook/Webhook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Webhook:
title: A single webhook
title: "A single webhook (read)"
type: object
required:
- title
Expand Down
2 changes: 1 addition & 1 deletion yaml/v1/schemas/models/Webhook/WebhookStore.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WebhookStore:
title: A single webhook
title: "A single webhook (store)"
type: object
required:
- title
Expand Down
2 changes: 1 addition & 1 deletion yaml/v1/schemas/models/Webhook/WebhookUpdate.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WebhookUpdate:
title: A single webhook
title: "A single webhook (update)"
type: object
properties:
active:
Expand Down

0 comments on commit f2029e3

Please sign in to comment.