Skip to content

Commit

Permalink
change object to array
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Feb 15, 2023
1 parent aad3306 commit b0570f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json_schema/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"$ref": "#/definitions/LoggerProviderExporters"
},
"log_record_processors": {
"type": "object",
"type": "array",
"items": {
"$ref": "#/definitions/Processor"
}
Expand Down Expand Up @@ -423,7 +423,7 @@
"$ref": "#/definitions/TracerProviderExporters"
},
"span_processors": {
"type": "object",
"type": "array",
"items": {
"$ref": "#/definitions/Processor"
}
Expand Down

0 comments on commit b0570f6

Please sign in to comment.