subschema for adding to taskConfigurationSchema
Removes task subschema from customSchemas
, use update()
to apply the changes for taskConfigurationSchema
.
$id
property of subschema
true
if subschema was removed, false
otherwise
Returns an array of task types that are registered, including the default types
Returns the task's JSON schema
Removes task subschema from taskConfigurationSchema
.
$id
property of subschema
Gets the most up-to-date names of problem matchers from the registry and update the task schema
Adds given task schema to
taskConfigurationSchema
asoneOf
subschema. Replaces existed subschema by given schema if the corresponding$id
properties are equal.Note: please provide
$id
property for subschema to have ability remove/replace it.