package.es.elements.Paths.mjs 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.
import { ObjectElement } from '@swagger-api/apidom-core';
class Paths extends ObjectElement {
constructor(content, meta, attributes) {
super(content, meta, attributes);
this.element = 'paths';
}
}
export default Paths;