Skip to content

Commit

Permalink
chore(generation): 0.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
searchspring-machine committed May 8, 2024
1 parent 42a0484 commit 162cbf4
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 150 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snap API OpenAPI Specification v0.1.36
# Snap API OpenAPI Specification v0.1.37

https://searchspring.github.io/snapi-oas/

Expand Down
98 changes: 36 additions & 62 deletions docs/spec/v1/snapi.oas.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
name: Searchspring
description: Searchspring Snap Search API
title: snAPI
version: 0.1.36
version: 0.1.37
x-logo:
url: ./images/searchspring_logo.svg
altText: Searchspring Snap
Expand Down Expand Up @@ -2862,12 +2862,12 @@ components:
label: label
type: value
results:
- mappings:
badges:
- tag: tag
value: value
- tag: tag
value: value
- badges:
- tag: tag
value: value
- tag: tag
value: value
mappings:
core:
addToCartUrl: addToCartUrl
rating: 7.061401241503109
Expand All @@ -2892,12 +2892,12 @@ components:
attributes:
key: '{}'
id: id
- mappings:
badges:
- tag: tag
value: value
- tag: tag
value: value
- badges:
- tag: tag
value: value
- tag: tag
value: value
mappings:
core:
addToCartUrl: addToCartUrl
rating: 7.061401241503109
Expand Down Expand Up @@ -3019,12 +3019,12 @@ components:
- $ref: '#/components/schemas/SearchRequestModelFilterRange_allOf'
SearchResponseModelResult:
example:
badges:
- tag: tag
value: value
- tag: tag
value: value
mappings:
badges:
- tag: tag
value: value
- tag: tag
value: value
core:
addToCartUrl: addToCartUrl
rating: 7.061401241503109
Expand Down Expand Up @@ -3064,6 +3064,12 @@ components:
items:
$ref: '#/components/schemas/SearchResponseModelResult_children'
type: array
badges:
description: List of matching badges for the result
items:
$ref: '#/components/schemas/SearchResponseModelResult_badges'
title: Result Badges Array
type: array
title: Result
type: object
SearchResponseModelResultCoreMappings:
Expand Down Expand Up @@ -3222,24 +3228,18 @@ components:
locations:
callout:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
left:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
right:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
tags:
key:
Expand Down Expand Up @@ -3359,15 +3359,12 @@ components:
MetaResponseModelBadgeLocation:
example:
name: name
description: description
tag: tag
properties:
tag:
type: string
name:
type: string
description:
type: string
required:
- name
- tag
Expand Down Expand Up @@ -3679,25 +3676,8 @@ components:
- desc
type: string
type: object
SearchResponseModelResult_mappings_badges:
example:
tag: tag
value: value
properties:
tag:
type: string
value:
type: string
required:
- tag
type: object
SearchResponseModelResult_mappings:
example:
badges:
- tag: tag
value: value
- tag: tag
value: value
core:
addToCartUrl: addToCartUrl
rating: 7.061401241503109
Expand All @@ -3717,12 +3697,6 @@ components:
properties:
core:
$ref: '#/components/schemas/SearchResponseModelResultCoreMappings'
badges:
description: List of matching badges for the result
items:
$ref: '#/components/schemas/SearchResponseModelResult_mappings_badges'
title: Result Badges Array
type: array
type: object
SearchResponseModelResult_children:
example:
Expand All @@ -3736,6 +3710,18 @@ components:
title: Result Custom Attributes
type: object
type: object
SearchResponseModelResult_badges:
example:
tag: tag
value: value
properties:
tag:
type: string
value:
type: string
required:
- tag
type: object
SearchResponseModelFacetValue_allOf_values:
properties:
filtered:
Expand Down Expand Up @@ -3879,24 +3865,18 @@ components:
example:
callout:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
left:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
right:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
properties:
left:
Expand All @@ -3921,24 +3901,18 @@ components:
locations:
callout:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
left:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
right:
- name: name
description: description
tag: tag
- name: name
description: description
tag: tag
tags:
key:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@searchspring/snapi-oas",
"version": "0.1.36",
"version": "0.1.37",
"description": "Snap OpenAPI Specification",
"author": "Searchspring",
"license": "MIT",
Expand Down
45 changes: 21 additions & 24 deletions spec/v1/snapi.oas.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description" : "Searchspring Snap Search API",
"title" : "snAPI",
"version" : "0.1.36",
"version" : "0.1.37",
"x-logo" : {
"url" : "./images/searchspring_logo.svg",
"altText" : "Searchspring Snap"
Expand Down Expand Up @@ -3307,6 +3307,14 @@
"$ref" : "#/components/schemas/SearchResponseModelResult_children"
},
"type" : "array"
},
"badges" : {
"description" : "List of matching badges for the result",
"items" : {
"$ref" : "#/components/schemas/SearchResponseModelResult_badges"
},
"title" : "Result Badges Array",
"type" : "array"
}
},
"title" : "Result",
Expand Down Expand Up @@ -3583,9 +3591,6 @@
},
"name" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
},
"required" : [ "name", "tag" ],
Expand Down Expand Up @@ -3922,30 +3927,10 @@
},
"type" : "object"
},
"SearchResponseModelResult_mappings_badges" : {
"properties" : {
"tag" : {
"type" : "string"
},
"value" : {
"type" : "string"
}
},
"required" : [ "tag" ],
"type" : "object"
},
"SearchResponseModelResult_mappings" : {
"properties" : {
"core" : {
"$ref" : "#/components/schemas/SearchResponseModelResultCoreMappings"
},
"badges" : {
"description" : "List of matching badges for the result",
"items" : {
"$ref" : "#/components/schemas/SearchResponseModelResult_mappings_badges"
},
"title" : "Result Badges Array",
"type" : "array"
}
},
"type" : "object"
Expand All @@ -3958,6 +3943,18 @@
},
"type" : "object"
},
"SearchResponseModelResult_badges" : {
"properties" : {
"tag" : {
"type" : "string"
},
"value" : {
"type" : "string"
}
},
"required" : [ "tag" ],
"type" : "object"
},
"SearchResponseModelFacetValue_allOf_values" : {
"properties" : {
"filtered" : {
Expand Down
Loading

0 comments on commit 162cbf4

Please sign in to comment.