Any other advanced options available from the JSON schema specification http://json-schema.org/latest/json-schema-validation.html
A description of your type of profile
Command version of the properties field on the schema
General mapping of property name to an ICommandProfileProperty object. ICommandProfileProperty is the same as IProfileProperty except that it can contain option definitions for auto-generated commands
An array of properties that must be present in the finished profile. If any of these fields are missing, profile validation will fail.
A short, descriptive title of your profile type
Specify "object". This is not the type name of the profile, but rather a description of the type of data structure (e.g. string, array). Your profile will be an object with one or more properties.
Generated using TypeDoc
Externally exposed version of the profile schema with command options for auto-generated commands
ICommandProfileSchema