declare const _default: { endpoint: { type: string; properties: { type: { type: string; pattern: string; }; id: { type: string; pattern: string; }; readonly: { type: string; }; }; required: string[]; }; connection: { properties: { name: { type: string; }; endpoints: { type: string; items: { type: string; properties: { type: { type: string; pattern: string; }; id: { type: string; pattern: string; }; readonly: { type: string; }; }; required: string[]; }[]; }; }; required: string[]; }; }; export default _default;