PartialContent is like Content except that it permits the configuration to contain additional blocks or attributes not specified in the schema. If any are present, the returned Body is non-nil and contains the remaining items from the body that were not selected by the schema.
(schema *BodySchema)
| 54 | // schema. If any are present, the returned Body is non-nil and contains |
| 55 | // the remaining items from the body that were not selected by the schema. |
| 56 | PartialContent(schema *BodySchema) (*BodyContent, Body, Diagnostics) |
| 57 | |
| 58 | // JustAttributes attempts to interpret all of the contents of the body |
| 59 | // as attributes, allowing for the contents to be accessed without a priori |
no outgoing calls