Skip to content

Commit 9e7c0f8

Browse files
author
Joris Goovaerts
committed
Fixup EntityAssociation schemaconv.schema.json
weaver check expects an EntityAssociation to be a string, but the schema says it should be an array.
1 parent a7d8ced commit 9e7c0f8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

schemas/semconv.schema.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -840,11 +840,8 @@
840840
]
841841
},
842842
"EntityAssociation": {
843-
"type": "array",
844-
"items": {
845-
"type": "string"
846-
},
847-
"description": "list of entity associations."
843+
"type": "string",
844+
"description": "The name of the associated entity."
848845
}
849846
}
850847
}

0 commit comments

Comments
 (0)