For a model whose schema is like such: ``` yaml ExampleEnum: type: string enum: - First - Second ``` We cannot describe this with `ModelImpl` as the enum property does not exist. Either need to introduce a Primitive model or add the `enum` property to ModelImpl