_description? | string | help text description of the property; used by CommandLineSource |
_valueName? | string | help text type name of the property value; used by CommandLineSource |
_valueDescription? | string | help text description of the property value; used by CommandLineSource |
_flagHint? | string | request a specific flag character; used by CommandLineSource |
_advanced? | boolean | filter from basic help text; used by CommandLineSource |
_hidden? | boolean | hide from help; used by CommandLineSource |
_general? | boolean | mark this field for CommandLineSource to be used without a flag or option |
_parserTypeHint? | string | set to base/primitive types to help source parsers interpret values |
_omitFromSerialize? | boolean | set to true to omit this schema's value when serializing |