@itentialopensource/adapter-infoblox
Version:
Itential Infoblox Adapter
32 lines (31 loc) • 717 B
JSON
{
"$id": "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": "createObject",
"enum": [
"createObject",
"updateObject",
"deleteObject",
"getObject"
],
"external_name": "ph_request_type"
},
"returnFields": {
"external_name": "_return_fields"
},
"objectReference": {
"external_name": "object_reference"
},
"returnAsObject": {
"external_name": "_return_as_object"
}
},
"definitions": {}
}