Skip to content

Commit

Permalink
Add Parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jan 22, 2024
1 parent 31b6423 commit 1334391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vocabularies/Org.OData.Validation.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"$AppliesTo": [
"Property",
"NavigationProperty",
"Parameter",
"EntityType",
"ComplexType"
],
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/Org.OData.Validation.V1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<Annotation Term="Core.Description" String="The value of the annotated property, parameter, or term must be an integer multiple of this positive value. For temporal types, the value is measured in seconds." />
</Term>

<Term Name="Constraint" Type="Validation.ConstraintType" Nullable="false" AppliesTo="Property NavigationProperty EntityType ComplexType">
<Term Name="Constraint" Type="Validation.ConstraintType" Nullable="false" AppliesTo="Property NavigationProperty Parameter EntityType ComplexType">
<Annotation Term="Core.Description" String="Condition that the annotation target has to fulfill" />
</Term>
<ComplexType Name="ConstraintType">
Expand Down

0 comments on commit 1334391

Please sign in to comment.