datacontract / datacontract-specification

The Data Contract Specification Repository

Home Page:https://datacontract.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field type and Definition type inconsistant in json schema

torbenkeller opened this issue · comments

In the readme, Definition.type refers to Data Type but in the json schema every string is allowed.

    "Definition": {
      "type": "object",
      "title": "Definition",
      "properties": {
       ...
        "type": {
          "type": "string",
          "description": "The logical data type."
        },

@torbenkeller Thanks for reporting. Do you have time to create a Pull Request to resolve this issue?