@itentialopensource/adapter-nuage
Version:
Itential Nuage Adapter
24 lines • 557 B
JSON
{
"$id": "vrs-schema_schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "getVRSs",
"enum": [
"getVRSs"
],
"external_name": "ph_request_type"
},
"name": {
"type": "string",
"description": "the name of the enterprise",
"external_name": "name"
}
},
"definitions": {}
}