Has Schema

Checks for the existence of a schema with the given name.

Input Parameter Description

NameTypeDescription
schema_namestringName of the schema to check for existence, in root, using standard name resolution rules.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
schema_namestringValue of input parameter schema_name
schema_existsboolean

Indicates whether the schema exists or not. Possible values are:

  • true
  • false
infomap of string to stringsAdditional information.