Repository URL to install this package:
|
Version:
2.0.0 ▾
|
{
"type": "object",
"properties": {
"type": {
"const": "PRM-GET"
},
"ids": {
"$ref": "definitions.json#/objectIdList"
},
"name": {
"title": "Name",
"description": "The name of the parameter",
"type": "string"
}
},
"required": ["type", "ids", "name"]
}