UNPKG

@unito/integration-debugger

Version:

The Unito Integration Debugger

15 lines (14 loc) 530 B
import * as CrawlerDriver from '../crawlerDriver'; /** * Check: Validate classic comments * * We validate that any relation with the semantic "comment" is compliant to the classic comments schema. * * A classic comment must have: * - a field of type html/markdown/string with the semantic "description" * - a field of type datetime with the semantic "createdAt" (not required) * - a field of type reference with the semantic "user" (not required) * */ declare const check: CrawlerDriver.StepCheck; export default check;