We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSDL has the abstract built-in type Edm.Primitive but no (less abstract) sub-type for numeric values.
Add type definition Core.Number with underlying type Edm.PrimitiveType annotated with Validation.DerivedTypeConstraint listing all numeric types (depends on ODATA-1252), see https://github.com/oasis-tcs/odata-vocabularies/pull/224.
Core.Number
Edm.PrimitiveType
Alternative: Types.Number in new vocabulary, see https://github.com/oasis-tcs/odata-vocabularies/pull/225.
Types.Number
A new Types vocabulary could also solve
Alternatively we could add these types to the Core vocabulary, similar to
[https://github.com/oasis-tcs/odata-vocabularies/pull/224] or [https://github.com/oasis-tcs/odata-vocabularies/pull/225]
Imported from ODATA-1253
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CSDL has the abstract built-in type Edm.Primitive but no (less abstract) sub-type for numeric values.
Proposal
Add type definition
Core.Number
with underlying typeEdm.PrimitiveType
annotated with Validation.DerivedTypeConstraint listing all numeric types (depends on ODATA-1252), see https://github.com/oasis-tcs/odata-vocabularies/pull/224.Alternative:
Types.Number
in new vocabulary, see https://github.com/oasis-tcs/odata-vocabularies/pull/225.A new Types vocabulary could also solve
Alternatively we could add these types to the Core vocabulary, similar to
[https://github.com/oasis-tcs/odata-vocabularies/pull/224]
or [https://github.com/oasis-tcs/odata-vocabularies/pull/225]
Imported from ODATA-1253
The text was updated successfully, but these errors were encountered: