StackVersionMetadataedit

The metadata for the Elastic Stack.

Propertiesedit

min_platform_version (string)
The minimum version of the platform that the stack pack version is compatible with
notes (string)
Notes for administrator
pre_release (boolean)
Indicates that the stack pack version is not GA and is not supposed to be used in production
schema_version (integer as int32)
The schema version of the stack pack version

Exampleedit

{
   "min_platform_version" : "string",
   "notes" : "string",
   "pre_release" : true,
   "schema_version" : 0
}