{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DocumentationPartIds",
"title": "DocumentationPartIds",
"type": "object",
"properties": {
"ids": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfString"
},
{
"description": "A list of the returned documentation part identifiers."
}
]
},
"warnings": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfString"
},
{
"description": "A list of warning messages reported during import of documentation parts."
}
]
}
},
"description": "A collection of the imported DocumentationPart identifiers."
}