Documentation
¶
Overview ¶
Package explain renders kubectl-explain-style field documentation from a JSON Schema. It is schema-agnostic: callers pass the schema bytes and a dotted field path, and get back a human-readable description of that field plus its sub-fields.
It understands the subset of JSON Schema the Educates config schemas use: properties, items, enum, default, required, additionalProperties, $ref (against #/$defs and other in-document pointers), and the allOf/anyOf/oneOf combinators (merged into a union of fields).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.