@searchspring/snapi-oas 0.1.34 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/spec/v1/snapi.oas.v1.json +10 -19
- package/spec/v1/snapi.oas.v1.yaml +56 -81
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"description" : "Searchspring Snap Search API",
|
|
8
8
|
"title" : "snAPI",
|
|
9
|
-
"version" : "0.1.
|
|
9
|
+
"version" : "0.1.35",
|
|
10
10
|
"x-logo" : {
|
|
11
11
|
"url" : "./images/searchspring_logo.svg",
|
|
12
12
|
"altText" : "Searchspring Snap"
|
|
@@ -3578,17 +3578,17 @@
|
|
|
3578
3578
|
},
|
|
3579
3579
|
"MetaResponseModelBadgeLocation" : {
|
|
3580
3580
|
"properties" : {
|
|
3581
|
-
"
|
|
3581
|
+
"tag" : {
|
|
3582
3582
|
"type" : "string"
|
|
3583
3583
|
},
|
|
3584
|
-
"
|
|
3584
|
+
"name" : {
|
|
3585
3585
|
"type" : "string"
|
|
3586
3586
|
},
|
|
3587
3587
|
"description" : {
|
|
3588
3588
|
"type" : "string"
|
|
3589
3589
|
}
|
|
3590
3590
|
},
|
|
3591
|
-
"required" : [ "name" ],
|
|
3591
|
+
"required" : [ "name", "tag" ],
|
|
3592
3592
|
"type" : "object"
|
|
3593
3593
|
},
|
|
3594
3594
|
"MetaResponseModelBadgeTag" : {
|
|
@@ -4115,37 +4115,28 @@
|
|
|
4115
4115
|
},
|
|
4116
4116
|
"type" : "object"
|
|
4117
4117
|
},
|
|
4118
|
-
"
|
|
4118
|
+
"MetaResponseModel_badges_locations" : {
|
|
4119
4119
|
"properties" : {
|
|
4120
|
-
"left" : {
|
|
4120
|
+
"overlay/left" : {
|
|
4121
4121
|
"items" : {
|
|
4122
4122
|
"$ref" : "#/components/schemas/MetaResponseModelBadgeLocation"
|
|
4123
4123
|
},
|
|
4124
4124
|
"type" : "array"
|
|
4125
4125
|
},
|
|
4126
|
-
"right" : {
|
|
4126
|
+
"overlay/right" : {
|
|
4127
4127
|
"items" : {
|
|
4128
4128
|
"$ref" : "#/components/schemas/MetaResponseModelBadgeLocation"
|
|
4129
4129
|
},
|
|
4130
4130
|
"type" : "array"
|
|
4131
|
-
}
|
|
4132
|
-
},
|
|
4133
|
-
"required" : [ "left", "right" ],
|
|
4134
|
-
"type" : "object"
|
|
4135
|
-
},
|
|
4136
|
-
"MetaResponseModel_badges_locations" : {
|
|
4137
|
-
"properties" : {
|
|
4138
|
-
"overlay" : {
|
|
4139
|
-
"$ref" : "#/components/schemas/MetaResponseModel_badges_locations_overlay"
|
|
4140
4131
|
},
|
|
4141
|
-
"
|
|
4132
|
+
"callout" : {
|
|
4142
4133
|
"items" : {
|
|
4143
4134
|
"$ref" : "#/components/schemas/MetaResponseModelBadgeLocation"
|
|
4144
4135
|
},
|
|
4145
4136
|
"type" : "array"
|
|
4146
4137
|
}
|
|
4147
4138
|
},
|
|
4148
|
-
"required" : [ "
|
|
4139
|
+
"required" : [ "callout", "overlay/left", "overlay/right" ],
|
|
4149
4140
|
"type" : "object"
|
|
4150
4141
|
},
|
|
4151
4142
|
"MetaResponseModel_badges" : {
|
|
@@ -4160,7 +4151,7 @@
|
|
|
4160
4151
|
"type" : "object"
|
|
4161
4152
|
}
|
|
4162
4153
|
},
|
|
4163
|
-
"required" : [ "locations"
|
|
4154
|
+
"required" : [ "locations" ],
|
|
4164
4155
|
"type" : "object"
|
|
4165
4156
|
},
|
|
4166
4157
|
"MetaResponseModelFacetSlider_allOf" : {
|
|
@@ -4,7 +4,7 @@ info:
|
|
|
4
4
|
name: Searchspring
|
|
5
5
|
description: Searchspring Snap Search API
|
|
6
6
|
title: snAPI
|
|
7
|
-
version: 0.1.
|
|
7
|
+
version: 0.1.35
|
|
8
8
|
x-logo:
|
|
9
9
|
url: ./images/searchspring_logo.svg
|
|
10
10
|
altText: Searchspring Snap
|
|
@@ -3220,28 +3220,27 @@ components:
|
|
|
3220
3220
|
example:
|
|
3221
3221
|
badges:
|
|
3222
3222
|
locations:
|
|
3223
|
-
|
|
3223
|
+
overlay/right:
|
|
3224
3224
|
- name: name
|
|
3225
3225
|
description: description
|
|
3226
|
-
|
|
3226
|
+
tag: tag
|
|
3227
3227
|
- name: name
|
|
3228
3228
|
description: description
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
label: label
|
|
3229
|
+
tag: tag
|
|
3230
|
+
callout:
|
|
3231
|
+
- name: name
|
|
3232
|
+
description: description
|
|
3233
|
+
tag: tag
|
|
3234
|
+
- name: name
|
|
3235
|
+
description: description
|
|
3236
|
+
tag: tag
|
|
3237
|
+
overlay/left:
|
|
3238
|
+
- name: name
|
|
3239
|
+
description: description
|
|
3240
|
+
tag: tag
|
|
3241
|
+
- name: name
|
|
3242
|
+
description: description
|
|
3243
|
+
tag: tag
|
|
3245
3244
|
tags:
|
|
3246
3245
|
key:
|
|
3247
3246
|
component: component
|
|
@@ -3361,16 +3360,17 @@ components:
|
|
|
3361
3360
|
example:
|
|
3362
3361
|
name: name
|
|
3363
3362
|
description: description
|
|
3364
|
-
|
|
3363
|
+
tag: tag
|
|
3365
3364
|
properties:
|
|
3366
|
-
|
|
3365
|
+
tag:
|
|
3367
3366
|
type: string
|
|
3368
|
-
|
|
3367
|
+
name:
|
|
3369
3368
|
type: string
|
|
3370
3369
|
description:
|
|
3371
3370
|
type: string
|
|
3372
3371
|
required:
|
|
3373
3372
|
- name
|
|
3373
|
+
- tag
|
|
3374
3374
|
type: object
|
|
3375
3375
|
MetaResponseModelBadgeTag:
|
|
3376
3376
|
example:
|
|
@@ -3875,95 +3875,71 @@ components:
|
|
|
3875
3875
|
defaultPageSize:
|
|
3876
3876
|
type: number
|
|
3877
3877
|
type: object
|
|
3878
|
-
|
|
3878
|
+
MetaResponseModel_badges_locations:
|
|
3879
3879
|
example:
|
|
3880
|
-
|
|
3880
|
+
overlay/right:
|
|
3881
3881
|
- name: name
|
|
3882
3882
|
description: description
|
|
3883
|
-
|
|
3883
|
+
tag: tag
|
|
3884
3884
|
- name: name
|
|
3885
3885
|
description: description
|
|
3886
|
-
|
|
3887
|
-
|
|
3886
|
+
tag: tag
|
|
3887
|
+
callout:
|
|
3888
3888
|
- name: name
|
|
3889
3889
|
description: description
|
|
3890
|
-
|
|
3890
|
+
tag: tag
|
|
3891
3891
|
- name: name
|
|
3892
3892
|
description: description
|
|
3893
|
-
|
|
3893
|
+
tag: tag
|
|
3894
|
+
overlay/left:
|
|
3895
|
+
- name: name
|
|
3896
|
+
description: description
|
|
3897
|
+
tag: tag
|
|
3898
|
+
- name: name
|
|
3899
|
+
description: description
|
|
3900
|
+
tag: tag
|
|
3894
3901
|
properties:
|
|
3895
|
-
left:
|
|
3902
|
+
overlay/left:
|
|
3903
|
+
items:
|
|
3904
|
+
$ref: '#/components/schemas/MetaResponseModelBadgeLocation'
|
|
3905
|
+
type: array
|
|
3906
|
+
overlay/right:
|
|
3896
3907
|
items:
|
|
3897
3908
|
$ref: '#/components/schemas/MetaResponseModelBadgeLocation'
|
|
3898
3909
|
type: array
|
|
3899
|
-
|
|
3910
|
+
callout:
|
|
3900
3911
|
items:
|
|
3901
3912
|
$ref: '#/components/schemas/MetaResponseModelBadgeLocation'
|
|
3902
3913
|
type: array
|
|
3903
3914
|
required:
|
|
3904
|
-
-
|
|
3905
|
-
-
|
|
3915
|
+
- callout
|
|
3916
|
+
- overlay/left
|
|
3917
|
+
- overlay/right
|
|
3906
3918
|
type: object
|
|
3907
|
-
|
|
3919
|
+
MetaResponseModel_badges:
|
|
3908
3920
|
example:
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
description: description
|
|
3912
|
-
label: label
|
|
3913
|
-
- name: name
|
|
3914
|
-
description: description
|
|
3915
|
-
label: label
|
|
3916
|
-
overlay:
|
|
3917
|
-
left:
|
|
3921
|
+
locations:
|
|
3922
|
+
overlay/right:
|
|
3918
3923
|
- name: name
|
|
3919
3924
|
description: description
|
|
3920
|
-
|
|
3925
|
+
tag: tag
|
|
3921
3926
|
- name: name
|
|
3922
3927
|
description: description
|
|
3923
|
-
|
|
3924
|
-
|
|
3928
|
+
tag: tag
|
|
3929
|
+
callout:
|
|
3925
3930
|
- name: name
|
|
3926
3931
|
description: description
|
|
3927
|
-
|
|
3932
|
+
tag: tag
|
|
3928
3933
|
- name: name
|
|
3929
3934
|
description: description
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
overlay:
|
|
3933
|
-
$ref: '#/components/schemas/MetaResponseModel_badges_locations_overlay'
|
|
3934
|
-
callouts:
|
|
3935
|
-
items:
|
|
3936
|
-
$ref: '#/components/schemas/MetaResponseModelBadgeLocation'
|
|
3937
|
-
type: array
|
|
3938
|
-
required:
|
|
3939
|
-
- callouts
|
|
3940
|
-
- overlay
|
|
3941
|
-
type: object
|
|
3942
|
-
MetaResponseModel_badges:
|
|
3943
|
-
example:
|
|
3944
|
-
locations:
|
|
3945
|
-
callouts:
|
|
3935
|
+
tag: tag
|
|
3936
|
+
overlay/left:
|
|
3946
3937
|
- name: name
|
|
3947
3938
|
description: description
|
|
3948
|
-
|
|
3939
|
+
tag: tag
|
|
3949
3940
|
- name: name
|
|
3950
3941
|
description: description
|
|
3951
|
-
|
|
3952
|
-
overlay:
|
|
3953
|
-
left:
|
|
3954
|
-
- name: name
|
|
3955
|
-
description: description
|
|
3956
|
-
label: label
|
|
3957
|
-
- name: name
|
|
3958
|
-
description: description
|
|
3959
|
-
label: label
|
|
3960
|
-
right:
|
|
3961
|
-
- name: name
|
|
3962
|
-
description: description
|
|
3963
|
-
label: label
|
|
3964
|
-
- name: name
|
|
3965
|
-
description: description
|
|
3966
|
-
label: label
|
|
3942
|
+
tag: tag
|
|
3967
3943
|
tags:
|
|
3968
3944
|
key:
|
|
3969
3945
|
component: component
|
|
@@ -3981,7 +3957,6 @@ components:
|
|
|
3981
3957
|
type: object
|
|
3982
3958
|
required:
|
|
3983
3959
|
- locations
|
|
3984
|
-
- tags
|
|
3985
3960
|
type: object
|
|
3986
3961
|
MetaResponseModelFacetSlider_allOf:
|
|
3987
3962
|
properties:
|