Repository URL to install this package:
|
Version:
1.9.3+sf.1 ▾
|
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"username",
"password"
],
"properties": {
"username": {"type": "string"},
"password": {"type": "string"}
}
}