@ibm-adw/skill-toolkit
Version:
Developing your own skills with IBM Automation Digital Worker Skill Toolkit
73 lines (72 loc) • 3.41 kB
JSON
{
"config": {
"skillForm": {
"title": "Configure Skill",
"buttons": {
"SUBMIT": "Continue",
"NEXT": "Next",
"CANCEL": "Cancel",
"ADD_ITEM_LABEL": "Add new item",
"MOVE_ITEM_UP_LABEL": "Move item up",
"MOVE_ITEM_DOWN_LABEL": "Move item down",
"REMOVE_ITEM_LABEL": "Remove item"
},
"details": {
"HEADER": "Details",
"DESCRIPTION": "Review the JSON input and output schemas. The sample instructions are used at the task level."
},
"OPTIONAL_FIELD": "optional",
"password": {
"SHOW_PASSWORD": "Show password",
"HIDE_PASSWORD": "Hide password"
},
"UNSUPPORTED_FIELD": "This field's schema is not supported. It is not possible to enter the field value. Please review the schema returned by form."
},
"skillFormLinks": {
"buttons": {
"SKILL_DOCUMENTATION": "Skill documentation",
"SAMPLE_INSTRUCTIONS": "Sample instructions",
"SCHEMA_INPUT": "Schema input",
"SCHEMA_OUTPUT": "Schema output"
}
},
"SUBMITTED_FORMDATA":"Submitted form data: {data}",
"ALERT_ONCANCEL": "This button is used in Digital Worker to close the skill configuration. You do not need it here",
"ICON_DESCRIPTION_RESET": "Reset the form by clearing data."
},
"errors": {
"CLEARING_FORM_DATA_TITLE": "An error occurred when clearing form data.",
"CLEARING_FORM_DATA_CONTENT": "Make sure your server is running properly ({message})",
"SUBMIT_ERROR": "Got an error: {data}",
"formErrors":{
"REQUIRED": "required field.",
"ADDITIONALITEMS": "should NOT have more than {limit} items",
"ADDITIONALPROPERTIES": "is an invalid additional property",
"ANYOF": "should match some schema in anyOf",
"CONST": "should be equal to constant",
"CONTAINS": "should contain a valid item",
"DEPENDENCIES": "should have {depsCount, plural, =1 {# property} other {# properties}} '{deps}' when property {property} is present",
"ENUM": "should be equal to one of the allowed values",
"FORMAT": "should match format \"{format}\"",
"MINIMUM":"should be {comparison} {limit}",
"MAXIMUM":"should be {comparison} {limit}",
"MINITEMS":"should NOT have fewer than {limit} items",
"MAXITEMS":"should NOT have more than {limit} items",
"MINLENGTH":"should NOT be shorter than {limit} characters",
"MAXLENGTH":"should NOT be longer than {limit} characters",
"MINPROPERTIES":"should not have fewer than {limit} properties",
"MAXPROPERTIES":"should not have more than {limit} properties",
"MULTIPLEOF": "should be multiple of {multipleOf}",
"NOT": "should NOT be valid",
"ONEOF": "should match exactly one schema in oneOf",
"PATTERN": "should match pattern \"{pattern}\"",
"PROPERTYNAMES": "property name '{propertyName }' is invalid",
"TYPE": "should be {type}",
"UNIQUEITEMS": "should NOT have duplicate items (items {j} and {i} are identical)",
"CUSTOM": "should pass \"{keyword}\" keyword validation",
"PATTERNREQUIRED": "should have property matching pattern '{pattern}'",
"SWITCH": "should pass \"{switch}\" keyword validation",
"UNSUPPORTED_FIELD": "This field's schema is not supported. It is not possible to enter the field value. This should not happen."
}
}
}