From 37efdb819a45e2ffda18c829bfbfdd99d22fb832 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Mon, 5 Aug 2024 12:41:47 -0500 Subject: [PATCH] remove required from response bodies --- reference/catalog/categories_catalog.v3.yml | 25 --------------------- 1 file changed, 25 deletions(-) diff --git a/reference/catalog/categories_catalog.v3.yml b/reference/catalog/categories_catalog.v3.yml index 700a80f86..f740e3c1d 100644 --- a/reference/catalog/categories_catalog.v3.yml +++ b/reference/catalog/categories_catalog.v3.yml @@ -701,8 +701,6 @@ paths: The unique numeric ID of the categoryʼs parent. This field controls where the category sits in the tree of categories that organize the catalog. Required in a POST if creating a child category. example: 2 - x-required: - - post name: maxLength: 50 minLength: 1 @@ -711,8 +709,6 @@ paths: The name displayed for the category. Name is unique with respect to the categoryʼs siblings. Required in a POST. example: Bath - x-required: - - post description: type: string description: | @@ -809,9 +805,6 @@ paths: x-required: - post - put - required: - - parent_id - - name meta: title: Meta type: object @@ -1756,8 +1749,6 @@ components: The unique numeric ID of the categoryʼs parent. This field controls where the category sits in the tree of categories that organize the catalog. Required in a POST if creating a child category. example: 2 - x-required: - - post name: maxLength: 50 minLength: 1 @@ -1766,8 +1757,6 @@ components: The name displayed for the category. Name is unique with respect to the categoryʼs siblings. Required in a POST. example: Bath - x-required: - - post description: type: string description: | @@ -1843,9 +1832,6 @@ components: x-url: true custom_url: $ref: '#/components/schemas/customUrl_Full' - required: - - parent_id - - name metafield_Base: title: metafield_Base type: object @@ -2346,17 +2332,6 @@ components: description: Client ID for the metafieldʼs creator. example: asdfasdfasdfasdfasdfasdfasdf readOnly: true - required: - - namespace - - key - - value - - permission_set - - resource_type - - resource_id - - description - - id - - date_created - - date_modified MetaFieldCollectionResponse: type: object description: |