Create normally can support bulk inserts (more than one). If this property is true, create will only handle "one" model at a time.
If true, no api information should be published. This means, that no code-generation tool should produce any api code/documentation as it relates to this model. If you want partial publishing, look at "onlyPublish"
Similar to noPublish, but granular. This will only publish the methods shown. If noPublish is provided, this will be empty. If onlyPublish is empty, and noPublish is false, then all methods will be published.
Readonly
rest
An ApiInfo that has only part of RestInfo completed. (useful for overriding defaults)