webex_client-1.0.5/config/schema/webex.schema.yml
config/schema/webex.schema.yml
# Schema for the configuration files of the Webex module.
webex_client.webex.*:
type: config_entity
label: webex
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'
uuid:
type: string
client_id:
type: string
label: 'Client ID'
client_secret:
type: string
label: 'Client Secret'
scope:
type: string
label: 'Scope'
code:
type: string
label: 'Code'
access_token:
type: string
label: 'Access Token'
expires_in:
type: integer
label: 'Expires In'
refresh_token:
type: string
label: 'Refresh Token'
refresh_token_expires_in:
type: integer
label: 'Refresh Token Expires In'
token_type:
type: string
label: 'Token Type'
default:
type: boolean
label: 'Default'
