UNPKG

@itentialopensource/adapter-openstack_keystone

Version:

This adapter integrates with system described as: Openstack Keystone.

34 lines 766 B
{ "$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": "listDomains", "enum": [ "listDomains", "createDomain", "showDomainDetails", "updateDomain", "deleteDomain" ], "external_name": "ph_request_type" }, "domainId": { "type": "string", "description": "The domain ID.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "domain_id" } }, "definitions": {} }