All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.72.source-code.cdm-observable-asset-InterpolationMethodEnum.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "string",
  "title": "InterpolationMethodEnum",
  "description": "The enumerated values to specify the interpolation method, e.g. linear.",
  "enum": [
    "Linear",
    "LinearZeroYield",
    "None"
  ],
  "oneOf": [
    {
      "enum": [
        "Linear"
      ],
      "title": "Linear",
      "description": "Linear Interpolation applicable."
    },
    
    {
      "enum": [
        "LinearZeroYield"
      ],
      "title": "LinearZeroYield",
      "description": "Linear Interpolation applicable."
    },
    
    {
      "enum": [
        "None"
      ],
      "title": "None",
      "description": "No Interpolation applicable."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy