{"openapi":"3.1.0","info":{"title":"Global Opportunities Hub — Public API","version":"1.0.0","description":"Public REST API for approved partners. Authenticate with a Bearer API key issued from the Developer Portal."},"servers":[{"url":"/api/public/v1"}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"http","scheme":"bearer","bearerFormat":"goh_ token"}}},"security":[{"ApiKeyAuth":[]}],"paths":{"/me":{"get":{"summary":"Current key owner","description":"Scope: identity:read","responses":{"200":{"description":"OK"},"401":{"description":"Unauthorized"}}}},"/jobs":{"get":{"summary":"List active jobs","description":"Scope: jobs:read","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"query","in":"query","schema":{"type":"string"}},{"name":"remote","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK"},"429":{"description":"Rate limited"}}}}}}