-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I have an entity with a navigation property
<EntityType Name="Design">
<Key>
<PropertyRef Name="Designid"/>
</Key>
<Property Name="Designid" Type="Edm.String" Nullable="false" Nullable="false"/>
<NavigationProperty Name="toConstruction" Relationship="YTIP.DesignConstruction" FromRole="FromRole_DesignConstruction" ToRole="ToRole_DesignConstruction"/>
</EntityType>
This navigation property toConstruction is not added as a property to the JSONSchema
"YTIP.Design": {
"type": "object",
"properties": {
"Designid": {
"type": "string"
},
"required": [
"Designid"
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels