We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Reproduce:
/** This annotation not be include */ type Shape2 = { kind: string; size: number };
{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "kind": { "type": "string" }, "size": { "type": "number" } }, "type": "object" }
The annotation was given up.