fromavis_client.models.patched_metadata_schema_requestimportPatchedMetadataSchemaRequest# TODO update the JSON string belowjson="{}"# create an instance of PatchedMetadataSchemaRequest from a JSON stringpatched_metadata_schema_request_instance=PatchedMetadataSchemaRequest.from_json(json)# print the JSON string representation of the objectprintPatchedMetadataSchemaRequest.to_json()# convert the object into a dictpatched_metadata_schema_request_dict=patched_metadata_schema_request_instance.to_dict()# create an instance of PatchedMetadataSchemaRequest from a dictpatched_metadata_schema_request_form_dict=patched_metadata_schema_request.from_dict(patched_metadata_schema_request_dict)