{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "apicentral.asset.create", "description": "Published when a Central asset is created.", "type": "object", "properties": { "envIds": { "type": "array", "items": { "$ref": "#/components/schemas/Environment/properties/guid" }, "example": [ {} ] }, "group": { "type": "string", "enum": [ "catalog" ], "example": "catalog" } } }