mirror of
https://github.com/valitydev/swag-anapi-v2.git
synced 2024-11-06 09:15:17 +00:00
Remove geolocation
This commit is contained in:
parent
f5713658ec
commit
a075c66b48
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,6 +48,7 @@ web_deploy/
|
||||
.idea/vcs.xml
|
||||
.idea/jsLibraryMappings.xml
|
||||
*.iml
|
||||
.DS_Store
|
||||
|
||||
# Sensitive or high-churn files:
|
||||
.idea/dataSources.ids
|
||||
|
@ -1,12 +0,0 @@
|
||||
description: Информация о геопозиции
|
||||
type: object
|
||||
required:
|
||||
- cityGeoID
|
||||
- countryGeoID
|
||||
properties:
|
||||
cityGeoID:
|
||||
type: integer
|
||||
format: int32
|
||||
countryGeoID:
|
||||
type: integer
|
||||
format: int32
|
@ -49,8 +49,6 @@ allOf:
|
||||
$ref: '../schemas/Payer.yaml'
|
||||
flow:
|
||||
$ref: '../schemas/PaymentFlow.yaml'
|
||||
geoLocationInfo:
|
||||
$ref: '../schemas/GeoLocationInfo.yaml'
|
||||
metadata:
|
||||
description: Связанные с платежом метаданные
|
||||
type: object
|
||||
|
Loading…
Reference in New Issue
Block a user