OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-1363) Missing comma in JSON Schema example


Michael Pizzo created ODATA-1363:
------------------------------------

             Summary: Missing comma in JSON Schema example
                 Key: ODATA-1363
                 URL: https://issues.oasis-open.org/browse/ODATA-1363
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Bug
          Components: CSDL JSON 
    Affects Versions: V4.01_OS
         Environment: Proposed
            Reporter: Michael Pizzo
             Fix For: V4.01_ERRATA01


In 16.1 Products and Categories Example, thereâs a â,â missing after â$Nullableâ: true for the "Country" navigation property on "Address":


"Country": {
        "$Kind": "NavigationProperty",
        "$Nullable": true
        "$Type": "self.Country",
        "$ReferentialConstraint": {
          "CountryName": "Name"
        }
      }





--
This message was sent by Atlassian Jira
(v8.3.3#803004)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]