A JSON model representing Velo SPIs
-
Copy the updated
service.json
from wix-code-docs and replace the correspondingservice.json
in the corvid-spi-docs repository. -
Add the
layoutType
field to theservice.json
. For example:"layoutType": "JS"
-
Add the
memberOf
field to theservice.json
with the EDM name (usually the folder name). For example:"memberOf": "wix-ecom"
Here is an example of how it should look:
-
Add the module prefix to all type paths. For example:
"type": "ecom-additional-fees.Options"
should be replaced by:
"type": "wix-ecom.ecom-additional-fees.Options"
Example:
- Push the changes to a branch and verify with branch preview.
- Merge the branch into
master
.