A JVM Module published for wider consumption.
Record Key
any
Any valid record key
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
indexMe
boolean
Optional
No description available.
Default:
falsevariants
array
of
ref
dev.mccue.jvm.module#variant
Required
Variants of the same module at the same 'version'
minLength: 1 itemsView raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"variants",
"createdAt"
],
"properties": {
"indexMe": {
"type": "boolean",
"default": false
},
"variants": {
"type": "array",
"items": {
"ref": "dev.mccue.jvm.module#variant",
"type": "ref"
},
"minLength": 1,
"description": "Variants of the same module at the same 'version'"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A JVM Module published for wider consumption."
}