Преглед изворни кода

joined parents into one file

Henry Crosswell пре 2 месеци
родитељ
комит
68e393951d
1 измењених фајлова са 129 додато и 0 уклоњено
  1. 129 0
      pyrat-api-multiple-responses-parents.json

+ 129 - 0
pyrat-api-multiple-responses-parents.json

@@ -0,0 +1,129 @@
+[
+    {
+        "animalid": 100,
+        "eartag_or_id": "ID-100",
+        "mutations": [
+            {
+                "animalid": 100,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            }
+        ]
+    },
+    {
+        "animalid": 102,
+        "eartag_or_id": "ID-102",
+        "mutations": [
+            {
+                "animalid": 102,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            },
+            {
+                "animalid": 102,
+                "mutation_id": 5,
+                "mutationname": "Mut-B",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "hom"
+            }
+        ]
+    },
+    {
+        "animalid": 104,
+        "eartag_or_id": "ID-104",
+        "mutations": [
+            {
+                "animalid": 104,
+                "mutation_id": 5,
+                "mutationname": "Mut-B",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "hom"
+            }
+        ]
+    },
+    {
+        "animalid": 106,
+        "eartag_or_id": "ID-106",
+        "mutations": []
+    },
+    {
+        "animalid": 101,
+        "eartag_or_id": "ID-101",
+        "mutations": [
+            {
+                "animalid": 101,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            }
+        ]
+    },
+    {
+        "animalid": 103,
+        "eartag_or_id": "ID-103",
+        "mutations": [
+            {
+                "animalid": 103,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            },
+            {
+                "animalid": 103,
+                "mutation_id": 5,
+                "mutationname": "Mut-B",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            }
+        ]
+    },
+    {
+        "animalid": 105,
+        "eartag_or_id": "ID-105",
+        "mutations": [
+            {
+                "animalid": 105,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            }
+        ]
+    },
+    {
+        "animalid": 107,
+        "eartag_or_id": "ID-107",
+        "mutations": [
+            {
+                "animalid": 107,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            },
+            {
+                "animalid": 107,
+                "mutation_id": 5,
+                "mutationname": "Mut-B",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            }
+        ]
+    }
+]