|
| 1 | +[ |
| 2 | + { |
| 3 | + "model": "core.objecttype", |
| 4 | + "pk": 1, |
| 5 | + "fields": { |
| 6 | + "uuid": "8e46e0a5-b1b4-449b-b9e9-fa3cea655f48", |
| 7 | + "name": "Person", |
| 8 | + "name_plural": "Persons", |
| 9 | + "description": "", |
| 10 | + "data_classification": "open", |
| 11 | + "maintainer_organization": "", |
| 12 | + "maintainer_department": "", |
| 13 | + "contact_person": "", |
| 14 | + "contact_email": "", |
| 15 | + "source": "", |
| 16 | + "update_frequency": "unknown", |
| 17 | + "provider_organization": "", |
| 18 | + "documentation_url": "", |
| 19 | + "labels": {}, |
| 20 | + "created_at": "2023-10-24", |
| 21 | + "modified_at": "2024-02-08", |
| 22 | + "allow_geometry": true |
| 23 | + } |
| 24 | + }, |
| 25 | + { |
| 26 | + "model": "core.objecttype", |
| 27 | + "pk": 2, |
| 28 | + "fields": { |
| 29 | + "uuid": "3edfdaf7-f469-470b-a391-bb7ea015bd6f", |
| 30 | + "name": "Tree", |
| 31 | + "name_plural": "Trees", |
| 32 | + "description": "", |
| 33 | + "data_classification": "confidential", |
| 34 | + "maintainer_organization": "", |
| 35 | + "maintainer_department": "", |
| 36 | + "contact_person": "", |
| 37 | + "contact_email": "", |
| 38 | + "source": "", |
| 39 | + "update_frequency": "unknown", |
| 40 | + "provider_organization": "", |
| 41 | + "documentation_url": "", |
| 42 | + "labels": {}, |
| 43 | + "created_at": "2024-02-08", |
| 44 | + "modified_at": "2024-02-08", |
| 45 | + "allow_geometry": true |
| 46 | + } |
| 47 | + }, |
| 48 | + { |
| 49 | + "model": "core.objectversion", |
| 50 | + "pk": 1, |
| 51 | + "fields": { |
| 52 | + "object_type": 1, |
| 53 | + "version": 1, |
| 54 | + "created_at": "2023-10-24", |
| 55 | + "modified_at": "2024-02-08", |
| 56 | + "published_at": "2024-02-08", |
| 57 | + "json_schema": { |
| 58 | + "$id": "https://example.com/person.schema.json", |
| 59 | + "type": "object", |
| 60 | + "title": "Person", |
| 61 | + "$schema": "https://json-schema.org/draft/2020-12/schema", |
| 62 | + "properties": { |
| 63 | + "age": { |
| 64 | + "type": "integer", |
| 65 | + "minimum": 0, |
| 66 | + "description": "Age in years which must be equal to or greater than zero." |
| 67 | + }, |
| 68 | + "lastName": { |
| 69 | + "type": "string", |
| 70 | + "description": "The person's last name." |
| 71 | + }, |
| 72 | + "firstName": { |
| 73 | + "type": "string", |
| 74 | + "description": "The person's first name." |
| 75 | + } |
| 76 | + } |
| 77 | + }, |
| 78 | + "status": "published" |
| 79 | + } |
| 80 | + }, |
| 81 | + { |
| 82 | + "model": "core.objectversion", |
| 83 | + "pk": 2, |
| 84 | + "fields": { |
| 85 | + "object_type": 1, |
| 86 | + "version": 2, |
| 87 | + "created_at": "2024-02-08", |
| 88 | + "modified_at": "2024-02-08", |
| 89 | + "published_at": "2024-02-08", |
| 90 | + "json_schema": { |
| 91 | + "$id": "https://example.com/person.schema.json", |
| 92 | + "type": "object", |
| 93 | + "title": "Person", |
| 94 | + "$schema": "https://json-schema.org/draft/2020-12/schema", |
| 95 | + "properties": { |
| 96 | + "age": { |
| 97 | + "type": "integer", |
| 98 | + "minimum": 18, |
| 99 | + "description": "Age in years which must be equal to or greater than 18." |
| 100 | + }, |
| 101 | + "lastName": { |
| 102 | + "type": "string", |
| 103 | + "description": "The person's last name." |
| 104 | + }, |
| 105 | + "firstName": { |
| 106 | + "type": "string", |
| 107 | + "description": "The person's first name." |
| 108 | + } |
| 109 | + } |
| 110 | + }, |
| 111 | + "status": "published" |
| 112 | + } |
| 113 | + }, |
| 114 | + { |
| 115 | + "model": "core.objectversion", |
| 116 | + "pk": 3, |
| 117 | + "fields": { |
| 118 | + "object_type": 1, |
| 119 | + "version": 3, |
| 120 | + "created_at": "2024-02-08", |
| 121 | + "modified_at": "2024-02-08", |
| 122 | + "published_at": "2024-02-08", |
| 123 | + "json_schema": { |
| 124 | + "$id": "https://example.com/person.schema.json", |
| 125 | + "type": "object", |
| 126 | + "title": "Person", |
| 127 | + "$schema": "https://json-schema.org/draft/2020-12/schema", |
| 128 | + "properties": { |
| 129 | + "age": { |
| 130 | + "type": "integer", |
| 131 | + "minimum": 18, |
| 132 | + "description": "Age in years which must be equal to or greater than 18." |
| 133 | + }, |
| 134 | + "country": { |
| 135 | + "type": "string", |
| 136 | + "description": "The person's current country." |
| 137 | + }, |
| 138 | + "lastName": { |
| 139 | + "type": "string", |
| 140 | + "description": "The person's last name." |
| 141 | + }, |
| 142 | + "firstName": { |
| 143 | + "type": "string", |
| 144 | + "description": "The person's first name." |
| 145 | + } |
| 146 | + } |
| 147 | + }, |
| 148 | + "status": "draft" |
| 149 | + } |
| 150 | + }, |
| 151 | + { |
| 152 | + "model": "core.objectversion", |
| 153 | + "pk": 4, |
| 154 | + "fields": { |
| 155 | + "object_type": 2, |
| 156 | + "version": 1, |
| 157 | + "created_at": "2024-02-08", |
| 158 | + "modified_at": "2024-02-08", |
| 159 | + "published_at": "2024-02-08", |
| 160 | + "json_schema": { |
| 161 | + "$id": "https://example.com/tree.schema.json", |
| 162 | + "type": "object", |
| 163 | + "title": "Tree", |
| 164 | + "$schema": "https://json-schema.org/draft/2020-12/schema", |
| 165 | + "properties": { |
| 166 | + "height": { |
| 167 | + "type": "integer", |
| 168 | + "description": "The height of the tree." |
| 169 | + } |
| 170 | + } |
| 171 | + }, |
| 172 | + "status": "published" |
| 173 | + } |
| 174 | + }, |
| 175 | + { |
| 176 | + "model": "token.tokenauth", |
| 177 | + "pk": "171be5abaf41e7856b423ad513df1ef8f867ff48", |
| 178 | + "fields": { |
| 179 | + "contact_person": "Admin", |
| 180 | + "email": "admin@example.com", |
| 181 | + "organization": "", |
| 182 | + "last_modified": "2023-10-24T08:56:26.955Z", |
| 183 | + "created": "2023-10-24T08:56:26.955Z", |
| 184 | + "application": "", |
| 185 | + "administration": "" |
| 186 | + } |
| 187 | + } |
| 188 | +] |
0 commit comments