An index of where one might find a particular module
Record Key
any
Any valid record key
Properties
providers
array
of
ref
dev.mccue.jvm.index#provider
Required
No description available.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"providers"
],
"properties": {
"providers": {
"type": "array",
"items": {
"ref": "dev.mccue.jvm.index#provider",
"type": "ref"
}
}
}
},
"description": "An index of where one might find a particular module"
}