Namespace: gcstd

gcstd

Standards and standards-related functionality
Source:

Methods

(static) get_nonscalar_keys(val) → {Array.<string>}

Get all the keys corresponding to nonscalar values in a standard (as defined by its schema). You probably shouldn't call this directly - prefer module:gcapp~Gcapp.get_nonscalar_keys
Parameters:
Name Type Description
val Object a standard schema in jsonschema format
Source:
Returns:
a list of keys
Type
Array.<string>