﻿{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "ContainerType1",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "Property": {
      "type": "integer",
      "format": "int32"
    }
  }
}