get: tags: - operators - public - get summary: Get operator data operationId: getPublicOperatorById parameters: - $ref: '../parameters/OperatorId.yaml' responses: 200: description: Successful response with operator data content: application/json: schema: $ref: '../schemas/OperatorIn.yaml' 404: $ref: '../responses/NotFound.yaml' 5XX: $ref: '../responses/ServerError.yaml'