Skip to content

Commit be432bf

Browse files
docs: fixed missing 'items' from openapi object
1 parent 8c15d47 commit be432bf

File tree

1 file changed

+2
-0
lines changed
  • pfSense-pkg-API/files/usr/local/www/api/documentation

1 file changed

+2
-0
lines changed

pfSense-pkg-API/files/usr/local/www/api/documentation/openapi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,8 @@ components:
791791
example: { }
792792
oneOf:
793793
- type: array
794+
items:
795+
type: object
794796
- type: object
795797
type: object
796798
securitySchemes:

0 commit comments

Comments
 (0)