package.cjs.elements.Header.cjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-ns-openapi-3-1 Show documentation
Show all versions of apidom-ns-openapi-3-1 Show documentation
OpenAPI 3.1.x namespace for ApiDOM.
The newest version!
"use strict";
exports.__esModule = true;
exports.default = void 0;
var _apidomNsOpenapi = require("@swagger-api/apidom-ns-openapi-3-0");
class Header extends _apidomNsOpenapi.HeaderElement {
get schema() {
return this.get('schema');
}
set schema(schema) {
this.set('schema', schema);
}
}
var _default = exports.default = Header;