Skip to content

NavigationProperty not converted to JSONSchema #35

@dk8ChrHu

Description

@dk8ChrHu

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"
      ]
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions