package.cjs.elements.nces.ParameterExamples.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-0 Show documentation
Show all versions of apidom-ns-openapi-3-0 Show documentation
OpenAPI 3.0.x namespace for ApiDOM.
"use strict";
exports.__esModule = true;
exports.default = void 0;
var _apidomCore = require("@swagger-api/apidom-core");
class ParameterExamples extends _apidomCore.ObjectElement {
static primaryClass = 'parameter-examples';
constructor(content, meta, attributes) {
super(content, meta, attributes);
this.classes.push(ParameterExamples.primaryClass);
this.classes.push('examples');
}
}
var _default = exports.default = ParameterExamples;