Update content to begin enforcing STRICT YML fields in contentctl.
This means that we will throw errors when fields that are not defined in contentctl Pydantic Objects are included in YML files.
This reduces the chance that optional field names will be typo'd and cleans up a large number of YML files.
Update content to begin enforcing STRICT YML fields in contentctl. This means that we will throw errors when fields that are not defined in contentctl Pydantic Objects are included in YML files.
This reduces the chance that optional field names will be typo'd and cleans up a large number of YML files.
Note that the corresponding contentctl PR is here: https://github.com/splunk/contentctl/pull/325