Christof Sprenger

Results 2 comments of Christof Sprenger

I suggest trying to remove the constraints on the properties sub-schema. Something like: ``` public void RemoveComplexPropertyConstraints(JSchema schema, int level = 0) { schema.ExtensionData.Remove("definitions"); if (schema.Type.HasValue && schema.Type.Value.HasFlag(JSchemaType.Object)) { if...

@weitzhandler could you please share how you build the model that results in the CSDL that you have shown. As of today, the standard does not support generic types. Seeing...