json.AbstractEntitySample.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata_test Show documentation
Show all versions of odata_test Show documentation
Tridion OData Framework Test
{
"@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