(context)
| 51 | |
| 52 | class StructuredData extends Rule { |
| 53 | documentation(context) { |
| 54 | return { |
| 55 | description: "Validates JSON-LD according to schema.org" |
| 56 | }; |
| 57 | } |
| 58 | |
| 59 | setup() { |
| 60 | let start = -1; |
nothing calls this directly
no outgoing calls
no test coverage detected