Skip to content
#

hypermedia

Here are 113 public repositories matching this topic...

core
quentinus95
quentinus95 commented Feb 6, 2020

API Platform version(s) affected: 2.5.1

Description
Today, JSON Schemas generated by API-Platform do not include additionalProperties: false. This reduces type saftey when using a code generator.

How to reproduce
Create an ApiResource in a new project, check the generated Swagger documentation. The JSON Schema generated for the ApiResource does not include `additionalProp

hlgr360
hlgr360 commented Aug 25, 2017

Great message thread on rocket:

ou CAN design extensible schemas even in XML Schema ... but it means you need to be extremely mindfull about it
i.e. you need to make both the attribute space and child elements extensible ... xsd:any is your friend .. but it is very tedious
most tooling interprets schema literally, not extensibly
so you DO need documentation and you might even choose to use S

mnugter
mnugter commented Jun 1, 2019
  1. You should be able to get failed tasks from a ChangeSet.
  2. Rollback must execute the opposite tasks of the original tasks.
  3. Rollback must not trigger automatically but via a separate call
  4. The documentation should expand on this feature and clearly note the risks involved:
  • The rollback might fail as well, potentially causing more problems.
  • Rollback is not guaranteed as it's not a

Improve this page

Add a description, image, and links to the hypermedia topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hypermedia topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.