{
  "openapi": "3.1.0",
  "info": {
    "title": "GR Consulting Services Public Discovery Resources",
    "version": "1.0.0",
    "description": "Read-only descriptions of public services and AI information. This interface provides no enquiry, booking, payment, client-access or other write action."
  },
  "servers": [
    {
      "url": "https://www.gr-consulting.co.uk"
    }
  ],
  "paths": {
    "/service-catalogue.json": {
      "get": {
        "operationId": "getPublicServiceCatalogue",
        "summary": "Retrieve the public service catalogue",
        "responses": {
          "200": {
            "description": "Public service and package information",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ai-use-and-agent-information.txt": {
      "get": {
        "operationId": "getAiUseAndAgentInformation",
        "summary": "Retrieve the public AI use and agent-access statement",
        "responses": {
          "200": {
            "description": "Plain-text public information",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/insights/feed": {
      "get": {
        "operationId": "getInsightsFeed",
        "summary": "Retrieve the public Insights feed",
        "responses": {
          "200": {
            "description": "Public Insights feed",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}
