-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add Flotiq connector #702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Flotiq connector #702
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrzejwp Please find below warnings we noticed in the swagger validation log which are worth to consider.
The dynamic operation expects a property on the specified path 'schemaDefinition/allOf/1/properties' which should be defined in the successful response of the invoked operation 'GetContentTypeSchema'. ValuePath: /definitions/CTD/x-ms-dynamic-schema/value-path The dynamic operation expects a property on the specified path 'schemaDefinition/allOf/1' which should be defined in the successful response of the invoked operation 'GetContentTypeSchema'. ValuePath: /definitions/CTD/x-ms-dynamic-properties/itemValuePath The dynamic operation expects a property on the specified path 'schemaDefinition' which should be defined in the successful response of the invoked operation 'GetContentTypeSchema'. ValuePath: /paths/~1api~1v1~1content~1{contentTypeId}/post/parameters/1/schema/allOf/1/x-ms-dynamic-properties/itemValuePath The dynamic operation expects an array on the specified path 'data' which should be defined in the successful response of the invoked operation 'GetCTD'. ValuePath: /paths/~1api~1v1~1content~1{contentTypeId}/post/parameters/0/x-ms-dynamic-values/value-collection
|
@sriyen-msft thanks for the comments and suggestions. I addressed them in the recent commit. Regarding the warnings - they are, unfortunately, impossible to fix at this point because:
so we will have to live with this until either of these gets resolved ;) |
This PR adds the ability to integrate Logic Apps with the Flotiq headless CMS.