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
$reffield inside another model.- field ref: str [Required] (alias '$ref')#