From f2029e31e58c3775272c3063f069c021e04b2fb9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 15 Aug 2024 10:17:56 +0200 Subject: [PATCH] Rename some models --- yaml/v1/schemas/models/ObjectLink.yaml | 2 +- yaml/v1/schemas/models/Tag/TagModel.yaml | 2 +- yaml/v1/schemas/models/Tag/TagModelStore.yaml | 2 +- yaml/v1/schemas/models/Tag/TagModelUpdate.yaml | 2 +- yaml/v1/schemas/models/Webhook/Webhook.yaml | 2 +- yaml/v1/schemas/models/Webhook/WebhookStore.yaml | 2 +- yaml/v1/schemas/models/Webhook/WebhookUpdate.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/yaml/v1/schemas/models/ObjectLink.yaml b/yaml/v1/schemas/models/ObjectLink.yaml index 8c177b0..9014243 100644 --- a/yaml/v1/schemas/models/ObjectLink.yaml +++ b/yaml/v1/schemas/models/ObjectLink.yaml @@ -1,7 +1,7 @@ ObjectLink: type: object properties: - 0: + "0": type: object properties: rel: diff --git a/yaml/v1/schemas/models/Tag/TagModel.yaml b/yaml/v1/schemas/models/Tag/TagModel.yaml index ac63a8b..0d3e032 100644 --- a/yaml/v1/schemas/models/Tag/TagModel.yaml +++ b/yaml/v1/schemas/models/Tag/TagModel.yaml @@ -1,5 +1,5 @@ TagModel: - title: A single tag + title: "A single tag (C)" type: object required: - tag diff --git a/yaml/v1/schemas/models/Tag/TagModelStore.yaml b/yaml/v1/schemas/models/Tag/TagModelStore.yaml index fde1a6a..613c95a 100644 --- a/yaml/v1/schemas/models/Tag/TagModelStore.yaml +++ b/yaml/v1/schemas/models/Tag/TagModelStore.yaml @@ -1,5 +1,5 @@ TagModelStore: - title: A single tag + title: "A single tag (A)" type: object required: - tag diff --git a/yaml/v1/schemas/models/Tag/TagModelUpdate.yaml b/yaml/v1/schemas/models/Tag/TagModelUpdate.yaml index 7ccdb50..8bbeb49 100644 --- a/yaml/v1/schemas/models/Tag/TagModelUpdate.yaml +++ b/yaml/v1/schemas/models/Tag/TagModelUpdate.yaml @@ -1,5 +1,5 @@ TagModelUpdate: - title: A single tag + title: "A single tag (B)" type: object properties: tag: diff --git a/yaml/v1/schemas/models/Webhook/Webhook.yaml b/yaml/v1/schemas/models/Webhook/Webhook.yaml index b8600b8..ad9a722 100644 --- a/yaml/v1/schemas/models/Webhook/Webhook.yaml +++ b/yaml/v1/schemas/models/Webhook/Webhook.yaml @@ -1,5 +1,5 @@ Webhook: - title: A single webhook + title: "A single webhook (read)" type: object required: - title diff --git a/yaml/v1/schemas/models/Webhook/WebhookStore.yaml b/yaml/v1/schemas/models/Webhook/WebhookStore.yaml index 316dfb3..e0f897b 100644 --- a/yaml/v1/schemas/models/Webhook/WebhookStore.yaml +++ b/yaml/v1/schemas/models/Webhook/WebhookStore.yaml @@ -1,5 +1,5 @@ WebhookStore: - title: A single webhook + title: "A single webhook (store)" type: object required: - title diff --git a/yaml/v1/schemas/models/Webhook/WebhookUpdate.yaml b/yaml/v1/schemas/models/Webhook/WebhookUpdate.yaml index d4c732c..f8e9a18 100644 --- a/yaml/v1/schemas/models/Webhook/WebhookUpdate.yaml +++ b/yaml/v1/schemas/models/Webhook/WebhookUpdate.yaml @@ -1,5 +1,5 @@ WebhookUpdate: - title: A single webhook + title: "A single webhook (update)" type: object properties: active: