GitHub Raw JSON API

Kong / insomnia

39,938 TypeScript

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

insomnia Specification

Located in packages/insomnia-inso/src/commands/fixtures/openapi-spec.yaml on branch HEAD

3.x (YAML) YAML 0.5 KB
Raw YAML Specification
openapi: '3.0.2'
info:
  title: Sample Spec
  version: '1.2'
  description: A sample API specification
  contact:
    email: [email protected]
servers:
  - url: https://200.insomnia.rest
tags:
  - name: Folder
paths:
  /global:
    get:
      description: Global
      operationId: get_global
      tags:
        - Folder
      responses:
        '200':
          description: OK
  /override:
    get:
      description: Override
      operationId: get_override
      tags:
        - Folder
      responses:
        '200':
          description: OK