Improved the formatting for the OpenAPI specification in the library target.

This commit is contained in:
2025-10-05 14:11:13 +02:00
parent a137d4abe6
commit 6b727230bc
-7
View File
@@ -248,7 +248,6 @@ paths:
required: true
schema:
type: integer
- name: format
in: query
description: Filter by the issue format.
@@ -1561,7 +1560,6 @@ paths:
type: array
items:
type: integer
- name: orderBy
in: query
description: Order the result set by a field or fields. Add a "-" to the value sort in descending order. Multiple values are given priority in the order in which they are passed.
@@ -6316,7 +6314,6 @@ components:
id:
type: integer
description: The unique ID of the character resource.
name:
type: string
description: The name of the character.
@@ -6369,11 +6366,9 @@ components:
id:
type: integer
description: The unique ID of the comic resource.
digitalId:
type: integer
description: The ID of the digital comic representation of this comic. Will be 0 if the comic is not available digitally.
title:
type: string
description: The canonical title of the comic.
@@ -6412,7 +6407,6 @@ components:
pageCount:
type: integer
description: The number of story pages in the comic.
textObjects:
type: array
description: A set of descriptive text blurbs for the comic.
@@ -7459,4 +7453,3 @@ components:
description: A human readable message providing more details about the error.
required:
- code