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
25 lines
796 B
JSON
25 lines
796 B
JSON
{
|
|
"$schema": "../_schema.json",
|
|
"format": "docx",
|
|
"element": "body",
|
|
"parent": "document",
|
|
"container": true,
|
|
"operations": {
|
|
"add": false,
|
|
"set": false,
|
|
"get": true,
|
|
"query": true,
|
|
"remove": false
|
|
},
|
|
"paths": {
|
|
"positional": ["/body"]
|
|
},
|
|
"note": "Main content container. Get returns the ordered stream of paragraphs, tables, sections. Mutate via child paths (/body/p[N], /body/tbl[N], /body/section[N]).",
|
|
"children": [
|
|
{ "element": "paragraph", "pathSegment": "p", "cardinality": "0..n" },
|
|
{ "element": "table", "pathSegment": "tbl", "cardinality": "0..n" },
|
|
{ "element": "section", "pathSegment": "section", "cardinality": "0..n" },
|
|
{ "element": "sdt", "pathSegment": "sdt", "cardinality": "0..n" }
|
|
]
|
|
}
|