addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / additionalProperties
Added value: +false
addedInput schema / dependencies
Added value: +{
+ "reference": [
+ "name"
+ ],
+ "script": [
+ "name"
+ ]
+}
addedInput schema / description
Added value: +"List available skills when name is omitted, or load a named skill body, reference, or script."
addedInput schema / properties / name / description
Added value: +"Skill to load. Omit to return the compact skill index."
addedInput schema / properties / name / maxLength
Added value: +128
addedInput schema / properties / name / minLength
Added value: +1
addedInput schema / properties / name / pattern
Added value: +"^[A-Za-z0-9_.-]+$"
removedInput schema / properties / name / title
Removed value: -"Name"
removedInput schema / properties / reference / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / reference / default
Removed value: -null
addedInput schema / properties / reference / maxLength
Added value: +256
addedInput schema / properties / reference / pattern
Added value: +"^[A-Za-z0-9_./-]+$"
removedInput schema / properties / reference / title
Removed value: -"Reference"
addedInput schema / properties / reference / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / script / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / script / default
Removed value: -null
addedInput schema / properties / script / maxLength
Added value: +256
addedInput schema / properties / script / pattern
Added value: +"^[A-Za-z0-9_./-]+$"
removedInput schema / properties / script / title
Removed value: -"Script"
addedInput schema / properties / script / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / required
Removed value: -[
- "name"
-]
changedInput schema / title
Previous value: -"load_skillArguments"New value: +"load_skill"