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

eedm.configuration-settings-options.v1.0.0.configuration-settings-options.json Maven / Gradle / Ivy

{
  "title" : "Configuration Settings Options",
  "description" : "The configuration values available to be used for Ethos integration.",
  "version" : "1.0.0",
  "type" : "object",
  "properties" : {
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the configuration setting.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "ethos" : {
      "title" : "Ethos",
      "description" : "The Ethos resource(s) to which the configuration setting applies.",
      "type" : "object",
      "properties" : {
        "resources" : {
          "title" : "Resources",
          "description" : "The Ethos resource(s) to which the configuration setting applies.",
          "type" : "array",
          "minItems" : 1,
          "items" : {
            "type" : "string"
          }
        }
      },
      "additionalProperties" : false,
      "required" : [ "resources" ]
    },
    "sourceOptions" : {
      "title" : "Source Options",
      "description" : "The source options for the configuration setting.",
      "type" : "array",
      "items" : {
        "type" : "object",
        "properties" : {
          "title" : {
            "title" : "Title",
            "description" : "The source title for the configuration setting option.",
            "type" : "string"
          },
          "value" : {
            "title" : "Value",
            "description" : "The source value for the configuration setting option.",
            "type" : "string",
            "minLength" : 1
          },
          "origin" : {
            "title" : "Origin",
            "description" : "The origin for the source configuration setting option.",
            "type" : "string"
          }
        },
        "additionalProperties" : false,
        "required" : [ "value" ]
      }
    },
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    }
  },
  "required" : [ "id", "ethos" ],
  "additionalProperties" : false,
  "links" : [ {
    "rel" : "filter",
    "encType" : "application/x-www-form-urlencoded",
    "method" : "GET",
    "href" : "/configuration-settings?criteria={\"ethos\":{\"resources\":[{$resources}]}}",
    "title" : "Ethos Resources",
    "description" : "The Ethos resource(s) to which the configuration applies.",
    "schema" : {
      "type" : "object",
      "properties" : {
        "ethos" : {
          "type" : "object",
          "properties" : {
            "resources" : {
              "type" : "array",
              "items" : {
                "type" : "string"
              }
            }
          }
        }
      }
    },
    "targetSchema" : {
      "$ref" : "configuration-settings-options.json#"
    }
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy