package.es.index.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-1 Show documentation
Show all versions of apidom-ns-openapi-3-1 Show documentation
OpenAPI 3.1.x namespace for ApiDOM.
The newest version!
export { isRefElement, isLinkElement as isLinkPrimitiveElement, isMemberElement, isObjectElement, isArrayElement, isBooleanElement, isNullElement, isElement, isNumberElement, isStringElement } from '@swagger-api/apidom-core';
export { default as mediaTypes, OpenAPIMediaTypes } from "./media-types.mjs"; // eslint-disable-next-line no-restricted-exports
export { default } from "./namespace.mjs";
export { default as refractorPluginReplaceEmptyElement } from "./refractor/plugins/replace-empty-element.mjs";
export { default as refractorPluginNormalizeParameters } from "./refractor/plugins/normalize-parameters.mjs";
export { default as refractorPluginNormalizeSecurityRequirements } from "./refractor/plugins/normalize-security-requirements.mjs";
export { default as refractorPluginNormalizeServers } from "./refractor/plugins/normalize-servers.mjs";
export { default as refractorPluginNormalizeOperationIds } from "./refractor/plugins/normalize-operation-ids.mjs";
export { default as refractorPluginNormalizeParameterExamples } from "./refractor/plugins/normalize-parameter-examples.mjs";
export { default as refractorPluginNormalizeHeaderExamples } from "./refractor/plugins/normalize-header-examples/index.mjs";
export { default as createToolbox } from "./refractor/toolbox.mjs";
export { default as specificationObj } from "./refractor/specification.mjs";
export { AlternatingVisitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { FixedFieldsVisitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { MapVisitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { MixedFieldsVisitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { PatternedFieldsVisitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { FallbackVisitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { SpecificationExtensionVisitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { SpecificationVisitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { Visitor } from '@swagger-api/apidom-ns-openapi-3-0';
export { isCallbackElement, isComponentsElement, isInfoElement, isJsonSchemaDialectElement, isLicenseElement, isOpenapiElement, isOpenApi3_1Element, isOperationElement, isParameterElement, isPathItemElement, isPathItemElementExternal, isReferenceElement, isReferenceElementExternal, isResponseElement, isResponsesElement, isSchemaElement, isBooleanJsonSchemaElement, isMediaTypeElement, isServerElement, isSecurityRequirementElement, isSecuritySchemeElement, isExternalDocumentationElement, isServerVariableElement, isContactElement, isExampleElement, isLinkElement, isRequestBodyElement, isPathsElement } from "./predicates.mjs";
export { isReferenceLikeElement, isOpenApiExtension, isServerLikeElement, isServersElement } from '@swagger-api/apidom-ns-openapi-3-0';
export { keyMap, getNodeType } from "./traversal/visitor.mjs"; // OpenAPI 3.1.0 elements
export { CallbackElement, ComponentsElement, ContactElement, DiscriminatorElement, EncodingElement, ExampleElement, ExternalDocumentationElement, HeaderElement, InfoElement, JsonSchemaDialectElement, LicenseElement, LinkElement, MediaTypeElement, OAuthFlowElement, OAuthFlowsElement, OpenapiElement, OpenApi3_1Element, OperationElement, ParameterElement, PathItemElement, PathsElement, ReferenceElement, RequestBodyElement, ResponseElement, ResponsesElement, SchemaElement, SecurityRequirementElement, SecuritySchemeElement, ServerElement, ServerVariableElement, TagElement, XmlElement } from "./refractor/registration.mjs"; // NCE types
export { ComponentsCallbacksElement, ComponentsExamplesElement, ComponentsHeadersElement, ComponentsLinksElement, ComponentsParametersElement, ComponentsRequestBodiesElement, ComponentsResponsesElement, ComponentsSchemasElement, ComponentsSecuritySchemesElement, DiscriminatorMappingElement, EncodingHeadersElement, HeaderContentElement, HeaderExamplesElement, LinkParametersElement, MediaTypeEncodingElement, MediaTypeExamplesElement, OAuthFlowScopesElement, OperationCallbacksElement, OperationParametersElement, OperationSecurityElement, OperationServersElement, OperationTagsElement, ParameterContentElement, ParameterExamplesElement, PathItemParametersElement, PathItemServersElement, RequestBodyContentElement, ResponseContentElement, ResponseHeadersElement, ResponseLinksElement, SecurityElement, ServersElement, ServerVariablesElement, TagsElement } from '@swagger-api/apidom-ns-openapi-3-0';
export { default as ComponentsPathItemsElement } from "./elements/nces/ComponentsPathItems.mjs";
export { default as WebhooksElement } from "./elements/nces/Webhooks.mjs";