diff --git a/spec/components/schemas.yaml b/spec/components/schemas.yaml index 9f0a2429..08a7ff9e 100644 --- a/spec/components/schemas.yaml +++ b/spec/components/schemas.yaml @@ -1430,8 +1430,6 @@ components: $ref: "#/components/schemas/queryProp" description: Define which properties to query and the operations to apply example: - title: - eq: "Swissregio" title: contains: "Swiss" created: diff --git a/spec/static/spec/v1/openapi.yaml b/spec/static/spec/v1/openapi.yaml index ea3facf8..75fa0610 100644 --- a/spec/static/spec/v1/openapi.yaml +++ b/spec/static/spec/v1/openapi.yaml @@ -1977,7 +1977,6 @@ components: description: Define which properties to query and the operations to apply example: title: - eq: "Swissregio" contains: "Swiss" created: lte: "2021-01-01T00:00:00.000Z" diff --git a/spec/static/spec/v1/openapitransactional.yaml b/spec/static/spec/v1/openapitransactional.yaml index f32cdafa..01b93f7b 100644 --- a/spec/static/spec/v1/openapitransactional.yaml +++ b/spec/static/spec/v1/openapitransactional.yaml @@ -3098,7 +3098,6 @@ components: description: Define which properties to query and the operations to apply example: title: - eq: "Swissregio" contains: "Swiss" created: lte: "2021-01-01T00:00:00.000Z"