{ "type": "object", "properties": { "d": { "type": "object", "properties": { "results": { "type": "array", "items": { "type": "object", "properties": { "__metadata": { "type": "object", "properties": { "id": { "type": "string" }, "uri": { "type": "string" }, "type": { "type": "string" } } }, "Description": { "type": "string" }, "ReadOnlyField": { "type": "boolean" }, "StaticName": { "type": "string" }, "Title": { "type": "string" }, "TypeDisplayName": { "type": "string" } }, "required": [ "__metadata", "Description", "ReadOnlyField", "StaticName", "Title", "TypeDisplayName" ] } } } } } }