com.atproto.repo.strong_ref#
- pydantic model atproto.xrpc_client.models.com.atproto.repo.strong_ref.Main#
Bases:
ModelBase
Definition model for
com.atproto.repo.strongRef
.Show JSON schema
{ "title": "Main", "description": "Definition model for :obj:`com.atproto.repo.strongRef`.", "type": "object", "properties": { "cid": { "title": "Cid", "type": "string" }, "uri": { "title": "Uri", "type": "string" }, "$type": { "const": "com.atproto.repo.strongRef", "default": "com.atproto.repo.strongRef", "title": "$Type" } }, "additionalProperties": false, "required": [ "cid", "uri" ] }
- field cid: str [Required]#
Cid.
- field py_type: typing_extensions.Literal[com.atproto.repo.strongRef] = 'com.atproto.repo.strongRef' (alias '$type')#
- field uri: str [Required]#
Uri.