sbt/modules/lm-coursier/src/main/contraband/developer.json

26 lines
419 B
JSON

{
"types": [
{
"name": "Developer",
"namespace": "lmcoursier.definitions",
"target": "Scala",
"parents": [],
"type": "record",
"fields": [
{
"name": "id",
"type": "String"
},
{
"name": "name",
"type": "String"
},
{
"name": "url",
"type": "String"
}
]
}
]
}