{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SuggestedComponent", "type": "object", "required": [ "componentId", "score" ], "properties": { "componentId": { "type": "string" }, "score": { "type": "number" } } }