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

json.AbstractEntitySample.json Maven / Gradle / Ivy

There is a newer version: 2.13.0
Show newest version
{
  "@odata.context": "http://localhost:8080/odata.svc/$metadata#EntityTypeSamples/$entity",
  "@odata.id": "EntityTypeSamples('id.10')",
  "InheritedId": null,
  "InheritedProperty": "Some inherited value",
  "Id": "id.10",
  "ComplexTypeProperty": {
    "@odata.type": "#ODataDemo.ComplexTypeSample",
    "InheritedProperty": "Inherited value",
    "SimpleProperty": "Simple value"
  },
  "ComplexTypeProperties": [],
  "ComplexTypeListProperty" : {
    "@odata.type" : "#ODataDemo.ComplexTypeSampleList",
    "ListProperty" : ["Value 1", "Value 2"]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy