AARCHMRS Schema 2.7.4

↚ Home

Valuesets.ValuesetAbstract *

An abstraction of Valuesets, which is useful when referenced in other schemas.

definition

Definitions Type Description
children
oneOf [
]
values
oneOf [
]

Schema http://json-schema.org/draft-04/schema#

{
  "definitions": {
    "values": {
      "oneOf": [
        {
          "$ref": "../Values/Value.json"
        },
        {
          "$ref": "../Values/EquationValue.json"
        },
        {
          "$ref": "../Values/Link.json"
        },
        {
          "$ref": "../Values/Group.json"
        },
        {
          "$ref": "../Values/ConditionalValue.json"
        },
        {
          "$ref": "../Values/ValueRange.json"
        },
        {
          "$ref": "../Values/NamedValue.json"
        }
      ]
    },
    "children": {
      "oneOf": [
        {
          "$ref": "Values.json"
        },
        {
          "$ref": "ImplementationDefined.json"
        }
      ]
    }
  },
  "title": "Valuesets.ValuesetAbstract",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "info": [
    "An abstraction of Valuesets, which is useful when referenced in other schemas."
  ]
}