{"openapi":"3.1.0","info":{"title":"Validator AML Gateway","description":"결제 전 제재·주소 블록리스트·KYC·위험을 합산하는 실시간 스크리닝 API. 공개 평가용 샌드박스 (실엔진 로직 · 평가 데이터셋).","version":"0.1.0"},"paths":{"/":{"get":{"summary":"Landing","description":"Monument-tone landing for api.stabled.ai with a live AML demo (same-origin).","operationId":"landing__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Health Health Get"}}}}}}},"/api/v1/compliance/screen":{"post":{"summary":"Screen Endpoint","operationId":"screen_endpoint_api_v1_compliance_screen_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScreenRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Screen Endpoint Api V1 Compliance Screen Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ScreenRequest":{"properties":{"subject":{"$ref":"#/components/schemas/Subject"},"transaction":{"$ref":"#/components/schemas/Transaction"}},"type":"object","required":["subject","transaction"],"title":"ScreenRequest"},"Subject":{"properties":{"full_name":{"type":"string","title":"Full Name","default":""},"country":{"type":"string","title":"Country","default":""},"customer_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Customer Id"},"address":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Address"},"chain":{"type":"string","title":"Chain","default":"ethereum"}},"type":"object","title":"Subject"},"Transaction":{"properties":{"direction":{"type":"string","title":"Direction","default":"TRANSFER"},"amount":{"type":"string","title":"Amount","default":"0"},"asset":{"type":"string","title":"Asset","default":"KRWT"}},"type":"object","title":"Transaction"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}