Property definitions

nitc $ APIEntity :: defaultinit
# Return the JSON representation of a MEntity.
#
# Example: `GET /entity/core::Array`
class APIEntity
	super APICommand

	redef fun command do return new CmdEntity(config.model)
end
src/doc/api/api_model.nit:115,1--122,3