Class ModuleInfo


  • @Generated("com.googlecode.jsonschema2pojo")
    public class ModuleInfo
    extends Object

    Original spec-file type: ModuleInfo

     Information about a module.
                     list owners - the owners of the module.
                     spec_version ver - the version of the module.
                     typespec spec - the typespec.
                     string description - the description of the module from the typespec.
                     mapping types - the types associated with this
                             module and their JSON schema.
                     mapping included_spec_version - names of
                             included modules associated with their versions.
                     string chsum - the md5 checksum of the object.
                     list functions - list of names of functions registered in spec.
                     boolean is_released - shows if this version of module was released (and
                             hence can be seen by others).