best-eve-12546
03/02/2023, 4:20 PMOneOf
"OneOfSchemaMetadataPlatformSchema":
{
"required":
[
"__type"
],
"type": "object",
"properties":
{
"__type":
{
"type": "string"
}
},
"description": "The native schema in the dataset's platform.",
"discriminator":
{
"propertyName": "__type"
}
},
It seems like this is missing a OneOf — I see in the Golden Test Data that this is actually a nested structure, with no “__type” field. I see the same for a bunch of other OneOf types like OneOfSchemaFieldDataTypeType
. Checked out the YAML schema and it’s the same.
Am I supposed to be instantiating these somehow, or should I be sending raw json in “__type” or?astonishing-answer-96712
03/03/2023, 10:11 PMbest-eve-12546
03/03/2023, 10:12 PMschemaMetadata
aspect which requires the PlatformSchema
field.best-eve-12546
03/03/2023, 10:12 PMastonishing-answer-96712
03/03/2023, 10:27 PMbest-eve-12546
03/03/2023, 10:28 PMmammoth-bear-12532
best-eve-12546
03/03/2023, 11:00 PMmammoth-bear-12532
best-eve-12546
03/03/2023, 11:27 PM