builder/v1/deploy api latest schema
-
hi.
I'd like to know the latest schema information for builder/v1/deploy.
Our system is structured to be deployed at the time of deployment.
Since blogs are historical and unreliable,
I'd like to request the latest schema information for builder/v1/deploy.
I'd also like to check the body of a scenario where only productPricing and itemCatalog are deployed.
There's an issue where a script must be deployed in components, but I don't want to deploy the script.Thank you.
-
hi. @JasonL
Thanks for the link.
Thanks to you, I checked many schemas.The problem is that if I don't set the script to true , the response is returned as below:
"'scripts' component must be true when the 'meta' component is true."
components: {
meta: true,
scripts: false,
files: false,
customEntities: false,
legacyFiles: false,
},
options: {
meta: {
excludes: {
itemCatalog: false,
productPricing: false,
pushCertificates: true,
integrations: true,
myServers: true,
lobbies: true,
leaderboardsTournaments: true,
independentLeaderboards: true,
migratableGlobalEntities: true,
selfServiceBranding: true,
},
},
scripts: {},
},
allowLiveUpdate: true,