diff --git a/adminapi.json b/adminapi.json index e4e7461..c9b8bbf 100644 --- a/adminapi.json +++ b/adminapi.json @@ -80972,7 +80972,12 @@ }, "type": { "description": "Type of categories like `page`, `folder`, `link`.", - "type": "string" + "type": "string", + "enum": [ + "page", + "link", + "folder" + ] }, "productAssignmentType": { "description": "Type of product assignment: Dynamic product group as or `product_stream` or Manual assignment as `product`.", @@ -81005,7 +81010,13 @@ "type": "object" }, "linkType": { - "type": "string" + "type": "string", + "enum": [ + "category", + "product", + "external", + "landing_page" + ] }, "internalLink": { "type": "string", @@ -81550,7 +81561,12 @@ }, "type": { "description": "Type of categories like `page`, `folder`, `link`.", - "type": "string" + "type": "string", + "enum": [ + "page", + "link", + "folder" + ] }, "productAssignmentType": { "description": "Type of product assignment: Dynamic product group as or `product_stream` or Manual assignment as `product`.", @@ -81587,6 +81603,12 @@ }, "linkType": { "type": "string", + "enum": [ + "category", + "product", + "external", + "landing_page" + ], "description": "linkType : `external`, `category`, `product`, `landing_page`." }, "internalLink": { @@ -82506,8 +82528,12 @@ "format": "int64" }, "type": { - "description": "Types of sections can be `sidebar` or `fullwidth`.", - "type": "string" + "description": "Types of sections can be `default` or `sidebar`.", + "type": "string", + "enum": [ + "default", + "sidebar" + ] }, "locked": { "type": "boolean" @@ -82703,7 +82729,11 @@ }, "type": { "description": "Types of sections can be `sidebar` or `fullwidth`.", - "type": "string" + "type": "string", + "enum": [ + "default", + "sidebar" + ] }, "locked": { "type": "boolean", @@ -94783,7 +94813,13 @@ }, "status": { "description": "When status is set, the NewsletterRecipient is made visible.", - "type": "string" + "type": "string", + "enum": [ + "notSet", + "optIn", + "optOut", + "direct" + ] }, "hash": { "description": "Password hash for account recovery.", @@ -94996,7 +95032,13 @@ }, "status": { "description": "When status is set, the NewsletterRecipient is made visible.", - "type": "string" + "type": "string", + "enum": [ + "notSet", + "optIn", + "optOut", + "direct" + ] }, "hash": { "description": "Password hash for account recovery.", @@ -98931,7 +98973,16 @@ }, "type": { "description": "Type refers to the entity type of an item whether it is product or promotion for instance.", - "type": "string" + "type": "string", + "enum": [ + "product", + "credit", + "custom", + "promotion", + "container", + "discount", + "quantity" + ] }, "customFields": { "type": "object" @@ -99424,7 +99475,16 @@ }, "type": { "description": "Type refers to the entity type of an item whether it is product or promotion for instance.", - "type": "string" + "type": "string", + "enum": [ + "product", + "credit", + "custom", + "promotion", + "container", + "discount", + "quantity" + ] }, "customFields": { "type": "object", @@ -102346,7 +102406,11 @@ }, "type": { "description": "The type of the product, e.g., physical or digital.", - "type": "string" + "type": "string", + "enum": [ + "physical", + "digital" + ] }, "states": { "type": "array", @@ -103664,7 +103728,11 @@ }, "type": { "description": "The type of the product, e.g., physical or digital.", - "type": "string" + "type": "string", + "enum": [ + "physical", + "digital" + ] }, "states": { "type": "array", @@ -114084,7 +114152,12 @@ }, "routeName": { "description": "A destination routeName that has been registered somewhere in the app's router. For example: \\\\\"frontend.detail.page\\\\\"", - "type": "string" + "type": "string", + "enum": [ + "frontend.detail.page", + "frontend.navigation.page", + "frontend.landing.page" + ] }, "pathInfo": { "description": "Path to product URL. For example: \\\\\"/detail/bbf36734504741c79a3bbe3795b91564\\\\\"", @@ -114228,7 +114301,12 @@ }, "routeName": { "description": "A destination routeName that has been registered somewhere in the app's router. For example: \"frontend.detail.page\"", - "type": "string" + "type": "string", + "enum": [ + "frontend.detail.page", + "frontend.navigation.page", + "frontend.landing.page" + ] }, "pathInfo": { "description": "Path to product URL. For example: \"/detail/bbf36734504741c79a3bbe3795b91564\"",