{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "u6u Component Definition", "type": "object", "required": ["component_id", "gherkin"], "properties": { "component_id": { "type": "string" }, "gherkin": { "type": "string" } } }