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.
A description of each Api method to its rest info. If this is not manually overrided then defaults are used for each.
Functional API documentation for a given model. This allows the automatic creation of tools and documentation such as OpenApi specs. This uses the standard "CRUDS" api methods that you might see on any API involving a model. Create, Retrieve, Update, Delete, Search