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
OpenActive.Net serialises the "kind" field for slots as "Slot":
https://github.com/openactive/OpenActive.NET/blob/b171a1c76184b6d69118483bd998dab3eea29907/OpenActive.NET/rpde/RDPEModels.cs#L47
https://github.com/openactive/OpenActive.NET/blob/b171a1c76184b6d69118483bd998dab3eea29907/OpenActive.NET/rpde/RDPEModels.cs#L338
(Though I must admit, I can't seem to find where this property is actually set?)
However, the validator does not accept this type:
Given this array of items, this is the result;
The text was updated successfully, but these errors were encountered:
Ah in OA.NET it should be FacilityUseSlot instead of Slot that's used
FacilityUseSlot
Slot
Sorry, something went wrong.
Ah, ok. Why is slot even in there BTW? If that "kind" is not a valid kind, why is it in the enum at all?
No branches or pull requests
OpenActive.Net serialises the "kind" field for slots as "Slot":
https://github.com/openactive/OpenActive.NET/blob/b171a1c76184b6d69118483bd998dab3eea29907/OpenActive.NET/rpde/RDPEModels.cs#L47
https://github.com/openactive/OpenActive.NET/blob/b171a1c76184b6d69118483bd998dab3eea29907/OpenActive.NET/rpde/RDPEModels.cs#L338
(Though I must admit, I can't seem to find where this property is actually set?)
However, the validator does not accept this type:
Given this array of items, this is the result;
The text was updated successfully, but these errors were encountered: