{"components":{"examples":{},"headers":{},"parameters":{},"requestBodies":{},"responses":{},"schemas":{"ErrorResponse":{"properties":{"stacktrace":{"type":"string"},"message":{"type":"string"},"code":{"type":"number","format":"double"}},"type":"object"}},"securitySchemes":{"api_key":{"type":"apiKey","name":"X-Api-Key","in":"header","description":"SVC Requests API Key"},"oauth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Skello's JWT Access token"}}},"info":{"title":"SVC Requests","version":"0.0.0","description":"svc-requests","contact":{"name":"Skello ","email":"dev@skello.io"}},"openapi":"3.0.0","paths":{"/greetings":{"get":{"operationId":"CreateAction","responses":{"200":{"description":"Ok","content":{"application/json":{"schema":{"type":"string"},"examples":{"Example 1":{"value":"Greetings, Bill Gates"}}}}},"400":{"description":"Invalid body for request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"},"examples":{"Example 1":{"value":{"code":400,"message":"Validation failed"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"},"examples":{"Example 1":{"value":{"code":409,"message":"The record already exists"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"},"examples":{"Example 1":{"value":{"code":500,"message":"Internal Server Error"}}}}}}},"summary":"Get a greeting for a person.","tags":["Greetings"],"security":[{"api_key":[]},{"jwt":[]}],"parameters":[{"description":"Caller Identifier","in":"header","name":"X-Source-Client","required":true,"schema":{"type":"string"}},{"description":"Name of the person","in":"query","name":"name","required":true,"schema":{"type":"string"},"example":"Bill Gates"}]}}},"servers":[{"url":"/"}]}