jormaechea/open-api-mocker

View on GitHub
lib/structs/reference.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
'use strict';

const { struct } = require('superstruct');

const ReferenceStruct = struct({
    $ref: 'string'
});

module.exports = ReferenceStruct;