Files
wehub-resource-sync 8cb1f9f479
Publish SDK (PyPI) / publish (push) Has been cancelled
Publish SDK (npm) / publish (@aionui/officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (windows-latest) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/officecli-sdk) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/sdk) (push) Has been cancelled
Publish SDK (npm) / publish (officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (macos-latest) (push) Has been cancelled
SDK smoke / smoke (ubuntu-latest) (push) Has been cancelled
Skill parity / diff (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:09:29 +08:00

34 lines
786 B
JSON

{
"$schema": "../_schema.json",
"shared_base": true,
"properties": {
"contentType": {
"type": "string",
"add": false,
"set": false,
"get": true,
"description": "MIME type of the embedded part.",
"readback": "MIME type string",
"enforcement": "report"
},
"fileSize": {
"type": "number",
"add": false,
"set": false,
"get": true,
"description": "embedded payload bytes.",
"readback": "integer byte count",
"enforcement": "report"
},
"objectType": {
"type": "string",
"add": false,
"set": false,
"get": true,
"description": "OLE object type marker (always 'ole').",
"readback": "literal string 'ole'",
"enforcement": "report"
}
}
}