Skip to content

Commit 8c06369

Browse files
authored
Merge pull request mendix#9046 from srv-datahubcatalog/datahub-5492144
datahub - Updated OpenAPI specifications
2 parents 46f8834 + b7fec07 commit 8c06369

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/openapi-spec/catalog-common-definitions_v5.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ components:
432432
properties:
433433
typekind:
434434
type: string
435-
enum: ["Primitive", "Complex", "Enum"]
435+
enum: ["Primitive", "Complex", "Enum", "Entity"]
436436
description: The type category of the parameter/returnType.
437437
typeName:
438438
type: string
@@ -615,7 +615,7 @@ components:
615615
example: "https://AnimalKingdom.com/odata/v1/docs"
616616
documents:
617617
type: array
618-
description: List of contract documents which this contract includes (ie, depends upon); only supported for OData_4_0_Xml services.
618+
description: List of contract documents which this contract includes.
619619
items:
620620
$ref: "#/components/schemas/Documents"
621621
Contract_Base_URI:

0 commit comments

Comments
 (0)