Skip to content

Commit

Permalink
manually fix validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj.bacovcin committed Feb 5, 2024
1 parent fe4338c commit 089de95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions categories/blockchain_data/paths/v3_data_events_get.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ responses:
schema:
type: array
description: List of all event data.
items:
type: object
$ref: '../../../components/migrated.yml#/components/schemas/Event'
examples:
tokenTransfer:
Expand Down
2 changes: 2 additions & 0 deletions categories/blockchain_data/paths/v3_data_owners_get.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ responses:
schema:
type: array
description: List of all addresses that own a token in a specified collection.
items:
type: string
example:
- '0x0bbf9f25c863fdf19e645c96280004d24f43cb38'
- '0x0bd1b3b12db943f2310a4e53481ae97f8b6c2a75'
Expand Down

0 comments on commit 089de95

Please sign in to comment.