@asyncapi/specs
Version:
AsyncAPI schema versions
28 lines (26 loc) • 693 B
TypeScript
import type { JSONSchema7 } from 'json-schema';
declare const _exports: {
'schemas': {
'2.0.0': JSONSchema7;
'2.1.0': JSONSchema7;
'2.2.0': JSONSchema7;
'2.3.0': JSONSchema7;
'2.4.0': JSONSchema7;
'2.5.0': JSONSchema7;
'2.6.0': JSONSchema7;
'3.0.0': JSONSchema7;
'3.1.0': JSONSchema7;
},
'schemasWithoutId': {
'2.0.0': JSONSchema7;
'2.1.0': JSONSchema7;
'2.2.0': JSONSchema7;
'2.3.0': JSONSchema7;
'2.4.0': JSONSchema7;
'2.5.0': JSONSchema7;
'2.6.0': JSONSchema7;
'3.0.0': JSONSchema7;
'3.1.0': JSONSchema7;
}
};
export = _exports;