mirror of https://github.com/sbt/sbt.git
26 lines
419 B
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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|