No description available.
Properties
exports
array
of refdev.mccue.jvm.module#exports
Optional
No description available.
hashes
array
of refdev.mccue.jvm.module#hashes
Optional
No description available.
mandated
boolean
Optional
No description available.
name
string
Required
No description available.
minLength: 1 bytespackages
array
of refdev.mccue.jvm.module#requires
Optional
No description available.
provides
array
of refdev.mccue.jvm.module#provides
Optional
No description available.
requires
array
of refdev.mccue.jvm.module#requires
Optional
No description available.
synthetic
boolean
Optional
No description available.
targetPlatform
string
Optional
No description available.
minLength: 1 bytesuses
array
of refdev.mccue.jvm.module#uses
Optional
No description available.
version
string
Optional
No description available.
minLength: 1 bytesView raw schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"uses": {
"type": "array",
"items": {
"ref": "dev.mccue.jvm.module#uses",
"type": "ref"
}
},
"hashes": {
"type": "array",
"items": {
"ref": "dev.mccue.jvm.module#hashes",
"type": "ref"
}
},
"exports": {
"type": "array",
"items": {
"ref": "dev.mccue.jvm.module#exports",
"type": "ref"
}
},
"version": {
"type": "string",
"minLength": 1
},
"mandated": {
"type": "boolean",
"default": false
},
"packages": {
"type": "array",
"items": {
"ref": "dev.mccue.jvm.module#requires",
"type": "ref"
}
},
"provides": {
"type": "array",
"items": {
"ref": "dev.mccue.jvm.module#provides",
"type": "ref"
}
},
"requires": {
"type": "array",
"items": {
"ref": "dev.mccue.jvm.module#requires",
"type": "ref"
}
},
"synthetic": {
"type": "boolean",
"default": false
},
"targetPlatform": {
"type": "string",
"minLength": 1
}
}
}