diff --git a/docs/api/spec/query-api.yaml b/docs/api/spec/query-api.yaml index e2b79c4..29d3ac1 100644 --- a/docs/api/spec/query-api.yaml +++ b/docs/api/spec/query-api.yaml @@ -1537,7 +1537,6 @@ components: photo_url: type: string description: it would be great if we can set a wallet avatar and show it on the wallet page - stakeholder: description: '' type: object @@ -1570,7 +1569,6 @@ components: type: boolean entity_id: type: number - capture: description: '' type: object @@ -1585,29 +1583,83 @@ components: type: string image_url: type: string - grower_account: description: '' type: object properties: id: type: number + format: uuid + wallet: + type: string + person_id: + type: number + format: uuid + nullable: true + organization_id: + type: number + format: uuid + nullable: true first_name: type: string + email: + type: string + format: email + nullable: true + phone: + type: string + nullable: true + image_url: + type: string + image_rotation: + type: number + status: + type: string + first_registration_at: + type: string + format: date-time + created_at: + type: string + format: date-time + updated_at: + type: string + format: date-time last_name: type: string + nullable: true + location: + type: string + description: 'The spatial location represented as geometry(Point,4326).' + nullable: true + lon: + type: number + nullable: true + lat: + type: number + nullable: true + bulk_pack_file_name: + type: string + nullable: true + gender: + type: string + nullable: true + about: + type: string + nullable: true + reference_id: + type: number + nullable: true + show_in_map: + type: boolean links: type: object properties: featured_trees: type: string - description: '' associated_organizations: type: string - description: '' species: type: string - description: '' field_data: description: '' type: object