Interface Specification

The oas specification as js object. (Convert it via js-yaml)

Specification

interface Specification {
    paths: Paths;
    [x: string]: any;
}

Indexable

  • [x: string]: any

Properties

Properties

paths: Paths

Object that hold all the paths.