UNPKG

openapi-merger

Version:

Yet another CLI tool for merging multiple OpenAPI files into a single file.

19 lines (18 loc) 231 B
title: NestedArray description: ... type: object properties: array: type: array items: type: array items: type: integer example: array: - - 1 - 2 - 3 - - 10 - 20 - 30