From 8937a63458197cd87696d859bff052cad9e5ee9b Mon Sep 17 00:00:00 2001 From: Russell Hofvendahl Date: Wed, 15 Nov 2023 12:33:58 -0800 Subject: [PATCH] fix: remove unnecessary AgProduct props --- .../schemas/common/AgricultureProduct.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/openapi/components/schemas/common/AgricultureProduct.yml b/docs/openapi/components/schemas/common/AgricultureProduct.yml index b48fa8fe9..d497a168b 100644 --- a/docs/openapi/components/schemas/common/AgricultureProduct.yml +++ b/docs/openapi/components/schemas/common/AgricultureProduct.yml @@ -77,22 +77,6 @@ properties: $linkedData: term: name '@id': https://schema.org/name - productImageUrl: - title: Product Image URL - description: Image of the product. - type: string - $linkedData: - term: productImageUrl - '@id': https://schema.org/url - productImageHash: - title: Product Image Hash - description: >- - Hash value for securely identifying the product image. More information can - be found at the following link: https://cybersecurityglossary.com/hashing - type: string - $linkedData: - term: productImageHash - '@id': https://w3id.org/traceability#productImageHash variety: title: Variety description: "Additional details regarding the product. For example, in this case of potatoes, this might include: russet, white, yellow flesh, etc." @@ -176,8 +160,6 @@ example: |- "labelImageUrl": "https://img.example.org/033383401508/640/480/", "labelImageHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "name": "Avocados", - "productImageUrl": "https://img.example.org/102934920857/937/903/", - "productImageHash": "8kb47j986hklhde4rfh78okjhgjo08765fgu7tfg4t864fy876rfser45thj87f3", "variety": "Firm", "commodityDesignation": "Whole, fresh", "packType": "4-pack boxes"