Make product-data skill portable
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"draft_text": {"type": "string"},
|
||||
"draft_path": {"type": "string"},
|
||||
"batch_id": {"type": "string", "default": "aabbccdd"},
|
||||
"source_type": {
|
||||
"type": "string",
|
||||
"enum": ["generated", "online", "manual", "mixed"],
|
||||
"default": "generated"
|
||||
},
|
||||
"base_timestamp": {"type": "integer"},
|
||||
"timestamp_step_ms": {"type": "integer", "minimum": 1, "default": 60000},
|
||||
"default_request_id": {"type": "string", "default": "aabbccdd"}
|
||||
},
|
||||
"anyOf": [
|
||||
{"required": ["draft_text"]},
|
||||
{"required": ["draft_path"]}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user