classShapesListResponse(BaseModel):"""Named graphs held in the shapes partition, and their merged size."""status:str="success"graph_uris:list[str]triples:int
classShapesMutationResponse(BaseModel):"""One SHACL shapes document stored in the tenant's shapes partition."""status:str="success"graph_uri:strtriples:int