openapi: 3.1.0 info: title: AFM Access Profiles AFM API API version: 0.1.0 tags: - name: AFM API paths: /: get: summary: Root operationId: root__get responses: '200': description: Successful Response content: application/json: schema: {} tags: - AFM API components: securitySchemes: HTTPBearer: type: http scheme: bearer