@sphereon/ssi-sdk.anomaly-detection
Version:
51 lines (50 loc) • 1.35 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"
}
}
}
}
}
}