{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://aisa.ablera.com/contracts/configuration-input.schema.json",
  "title": "Configuration stage input — full product or scoped delta",
  "x-status": "draft",
  "oneOf": [
    {
      "$ref": "https://ablera.dev/aisa-next/contracts/product.schema.json"
    },
    {
      "$ref": "https://aisa.ablera.com/contracts/configuration-change.schema.json"
    }
  ]
}
