UNPKG

@itentialopensource/adapter-openstack_keystone

Version:

This adapter integrates with system described as: Openstack Keystone.

45 lines 1.05 kB
{ "$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": "showRegionDetails", "enum": [ "showRegionDetails", "updateRegion", "deleteRegion", "listRegions", "createRegion" ], "external_name": "ph_request_type" }, "regionId": { "type": "string", "description": "The region ID.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "region_id" }, "parentRegionId": { "type": "string", "description": "Filters the response by a parent region, by ID.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "parent_region_id" } }, "definitions": {} }