Skip to main content
schema
object
required

The config's schema in the requested format: a JSON Schema document ({ type: "json-schema", value }) or rendered TypeScript source ({ type: "typescript", value }).

effective
boolean
required

True when the schema includes inherited fields accumulated across the lineage; false when it is only this config's own fields.

additionalProperties
boolean
required

Whether the config family permits extra keys.