JsonRef#

pydantic model lsst.images.serialization.JsonRef#

Pydantic model for JSON Reference / Pointer (IETF RFC 6901).

Notes

This model does not do any of the escaping or special-character interpretation required by the spec; it assumes that’s already been done, so its job is just putting a $ref field inside another model.

Parameters:

data (Any)

Fields:
field ref: str [Required] (alias '$ref')#

This page was last modified on .