{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScoreDefinitionNewVersion", "title": "ScoreDefinitionNewVersion", "type": "object", "properties": { "config": { "allOf": [ { "$ref": "#/components/schemas/ScoreDefinitionConfig" } ], "description": "Next immutable scorer configuration." } }, "required": [ "config" ] }