@sphereon/ssi-sdk.anomaly-detection
Version:
52 lines • 1.37 kB
JSON
{
"IAnomalyDetection": {
"components": {
"schemas": {
"AnomalyDetectionLookupLocationArgs": {
"$ref": "#/components/schemas/PartialBy<GeolocationStoreArgs,(\"storeId\"|\"namespace\")>"
},
"PartialBy<GeolocationStoreArgs,(\"storeId\"|\"namespace\")>": {
"type": "object",
"additionalProperties": false,
"properties": {
"storeId": {
"type": "string"
},
"namespace": {
"type": "string"
},
"ipOrHostname": {
"type": "string"
}
},
"required": [
"ipOrHostname"
]
},
"AnomalyDetectionLookupLocationResult": {
"type": "object",
"properties": {
"continent": {
"type": "string"
},
"country": {
"type": "string"
}
},
"additionalProperties": false
}
},
"methods": {
"anomalyDetectionLookupLocation": {
"description": "",
"arguments": {
"$ref": "#/components/schemas/AnomalyDetectionLookupLocationArgs"
},
"returnType": {
"$ref": "#/components/schemas/AnomalyDetectionLookupLocationResult"
}
}
}
}
}
}