We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
domain
1 parent cde4855 commit d041033Copy full SHA for d041033
packages/openapi-generator/src/ir.ts
@@ -38,7 +38,7 @@ export type Object = {
38
39
export type RecordObject = {
40
type: 'record';
41
- domain: Schema;
+ domain?: Schema;
42
codomain: Schema;
43
};
44
0 commit comments