spectacle/test/minimal.js
2017-03-14 09:50:52 -07:00

10 lines
183 B
JavaScript

/** The minimal OpenAPI spec with all required fields. */
exports.minimal = minimal = {
swagger: "2.0",
info: {
title: "Test File",
version: "0.0.0",
},
paths: {},
};