|
|
@ -10170,6 +10170,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"LinkToAnotherColumnReq": { |
|
|
|
"LinkToAnotherColumnReq": { |
|
|
|
|
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"properties": { |
|
|
|
"uidt": { |
|
|
|
"uidt": { |
|
|
|
"type": "string", |
|
|
|
"type": "string", |
|
|
@ -10207,6 +10208,7 @@ |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
"RollupColumnReq": { |
|
|
|
"RollupColumnReq": { |
|
|
|
|
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"properties": { |
|
|
|
"uidt": { |
|
|
|
"uidt": { |
|
|
|
"type": "string", |
|
|
|
"type": "string", |
|
|
@ -10266,10 +10268,7 @@ |
|
|
|
"ColumnReq": { |
|
|
|
"ColumnReq": { |
|
|
|
"allOf": [ |
|
|
|
"allOf": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"oneOf": [ |
|
|
|
"anyOf": [ |
|
|
|
{ |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/NormalColumnRequest" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"$ref": "#/components/schemas/LinkToAnotherColumnReq" |
|
|
|
"$ref": "#/components/schemas/LinkToAnotherColumnReq" |
|
|
|
}, |
|
|
|
}, |
|
|
@ -10281,6 +10280,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"$ref": "#/components/schemas/LookupColumnReq" |
|
|
|
"$ref": "#/components/schemas/LookupColumnReq" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/NormalColumnRequest" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|