nathan-spencer
Results
1
comments of
nathan-spencer
This can partly be resolved by changing the schema to not include a `type` on properties that reference a definition: ```json diff "properties": { "foo": { - "type": "object", "description":...