> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Function Spi Configurations # Type: Spi Configuration Object # Link: https://dev.wix.com/docs/api-reference/business-management/functions/function-spi-configurations/spi-configuration-object.md ## Description: A function SPI configuration is the service plugin configuration for a specific function. ## Schema: ```json Type: Spi Configuration Object | type: FunctionSpiConfiguration Description: A function SPI configuration is the service plugin configuration for a specific function. - name: id | type: string | description: Service plugin configuration ID. - name: value | type: string | description: - name: revision | type: string | description: Service plugin configuration revision. - name: value | type: string | description: - name: createdDate | type: string | description: Date and time the service plugin configuration was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the service plugin configuration was last updated. - name: functionId | type: string | description: ID of the function this service plugin configuration belongs to. - name: configuration | type: Struct | description: Service plugin configuration data. This must adhere to the schema defined by the function type that the function is based on. Learn more about [service plugins and Wix Functions](https://dev.wix.com/docs/api-reference/business-management/functions/about-service-plugins-and-wix-functions.md). - name: fields | type: object | description: ```