description: '' format_extension: null is_fileset: false schema: $schema: https://json-schema.org/draft/2020-12/schema type: object order: - clientId - clientSecret properties: clientId: type: string description: '' default: '' clientSecret: type: string description: '' default: '' nullable: false password: true required: - clientId - clientSecret