{"openapi":"3.1.0","info":{"title":"SanatMap public directory","version":"1.0.0"},"servers":[{"url":"https://sanatmap.com/"}],"paths":{"/api/v1/factories":{"get":{"operationId":"listFactories","summary":"Search published factories","parameters":[{"name":"q","in":"query","schema":{"type":"string","maxLength":150}},{"name":"page","in":"query","schema":{"type":"integer","minimum":1}}],"responses":{"200":{"description":"Published records only","content":{"application/json":{"schema":{"type":"object","required":["items","total","page"],"properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"url":{"type":"string","format":"uri"}}}},"total":{"type":"integer"},"page":{"type":"integer"}}}}}}}}}}}