From 0a88e8b8ac2598f8824d94f4d27093bfe3ff28cf Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 9 Nov 2023 16:17:11 +1100 Subject: [PATCH] Update API documentation --- swagger/dfc.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/swagger/dfc.yaml b/swagger/dfc.yaml index aa75b40b89..700285d22d 100644 --- a/swagger/dfc.yaml +++ b/swagger/dfc.yaml @@ -95,10 +95,10 @@ paths: - "@id": http://test.host/api/dfc/enterprises/10000 "@type": dfc-b:Enterprise dfc-b:hasAddress: http://test.host/api/dfc/addresses/40000 - dfc-b:hasName: Fred's Farm + dfc-b:name: Fred's Farm dfc-b:hasDescription: Beautiful - dfc-b:supplies: http://test.host/api/dfc/enterprises/10000/supplied_products/10001 dfc-b:manages: http://test.host/api/dfc/enterprises/10000/catalog_items/10001 + dfc-b:supplies: http://test.host/api/dfc/enterprises/10000/supplied_products/10001 - "@id": http://test.host/api/dfc/enterprises/10000/catalog_items/10001 "@type": dfc-b:CatalogItem dfc-b:references: http://test.host/api/dfc/enterprises/10000/supplied_products/10001 @@ -121,7 +121,7 @@ paths: ofn:spree_product_id: 90000 - "@id": http://test.host/api/dfc/enterprises/10000/offers/10001 "@type": dfc-b:Offer - dfc-b:price: 19.99 + dfc-b:hasPrice: 19.99 dfc-b:stockLimitation: 0 '401': description: unauthorized @@ -159,7 +159,7 @@ paths: dfc-b:offeredThrough: http://test.host/api/dfc/enterprises/10000/offers/10001 - "@id": http://test.host/api/dfc/enterprises/10000/offers/10001 "@type": dfc-b:Offer - dfc-b:price: 19.99 + dfc-b:hasPrice: 19.99 dfc-b:stockLimitation: 0 '404': description: not found @@ -255,7 +255,7 @@ paths: dfc-b:affiliates: http://test.host/api/dfc/enterprise_groups/60000 - "@id": http://test.host/api/dfc/enterprise_groups/60000 "@type": dfc-b:Enterprise - dfc-b:hasName: Sustainable Farmers + dfc-b:name: Sustainable Farmers dfc-b:hasDescription: this is a group dfc-b:VATnumber: '' dfc-b:affiliatedBy: http://test.host/api/dfc/enterprises/10000 @@ -283,7 +283,7 @@ paths: - "@id": http://test.host/api/dfc/enterprise_groups/60000 "@type": dfc-b:Enterprise dfc-b:hasAddress: http://test.host/api/dfc/addresses/40000 - dfc-b:hasName: Sustainable Farmers + dfc-b:name: Sustainable Farmers dfc-b:hasDescription: this is a group dfc-b:VATnumber: '' dfc-b:affiliatedBy: http://test.host/api/dfc/enterprises/10000 @@ -317,11 +317,11 @@ paths: - "@id": http://test.host/api/dfc/enterprises/10000 "@type": dfc-b:Enterprise dfc-b:hasAddress: http://test.host/api/dfc/addresses/40000 - dfc-b:hasName: Fred's Farm + dfc-b:name: Fred's Farm dfc-b:hasDescription: This is an awesome enterprise dfc-b:VATnumber: 123 456 - dfc-b:supplies: http://test.host/api/dfc/enterprises/10000/supplied_products/10001 dfc-b:manages: http://test.host/api/dfc/enterprises/10000/catalog_items/10001 + dfc-b:supplies: http://test.host/api/dfc/enterprises/10000/supplied_products/10001 dfc-b:affiliates: http://test.host/api/dfc/enterprise_groups/60000 - "@id": http://test.host/api/dfc/addresses/40000 "@type": dfc-b:Address