If you have schema with absurdly long resulting types (e.g. FoobarThingDescriptorTypeDescriptorTypeWangjangledLefthandInterlocked) because you have
{
"ThingDescriptor": { "TypeDescriptor":"WangjangledLefthandInternocked" }
}
It would be really nice to refer to that enum type as a ThingDescriptor.TypeDescriptorWangjangledLefthandInterlocked or even a TypeDescriptor.WangjangledLefthandInterlocked instead of a FooSchema.FoobarThingDescriptorTypeDescriptorWangjangledLefthandIterlocked
The --minimal-names is okay but feels a little weird to use.
If you have schema with absurdly long resulting types (e.g. FoobarThingDescriptorTypeDescriptorTypeWangjangledLefthandInterlocked) because you have
{ "ThingDescriptor": { "TypeDescriptor":"WangjangledLefthandInternocked" } }It would be really nice to refer to that enum type as a
ThingDescriptor.TypeDescriptorWangjangledLefthandInterlockedor even aTypeDescriptor.WangjangledLefthandInterlockedinstead of aFooSchema.FoobarThingDescriptorTypeDescriptorWangjangledLefthandIterlockedThe
--minimal-namesis okay but feels a little weird to use.