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 |