SkillRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/SkillRequestBody.jsoncontextstring
Additional context for the skill
localestring
Locale for prompt selection (default: config default)
Possible values: [it, en]
urlstringrequired
Target company URL
Possible values: non-empty
SkillRequestBody
{
"$schema": "https://example.com/schemas/SkillRequestBody.json",
"context": "string",
"locale": "it",
"url": "string"
}