Skip to content
New issue

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

add environment identifier #2

Merged
merged 1 commit into from
Jan 23, 2024
Merged

add environment identifier #2

merged 1 commit into from
Jan 23, 2024

Conversation

thomas-fossati
Copy link
Owner

also add CI for automatically testing schema and examples

also add CI for automatically testing schema and examples

Signed-off-by: Thomas Fossati <[email protected]>
@thomas-fossati thomas-fossati merged commit 2576ec2 into main Jan 23, 2024
1 check passed
@@ -32,7 +32,7 @@ claim-id = text / int

```cddl
RV = {
? desc: text
? environment-id: any

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there are some tradeoffs. To me any could improve the flexibility. However, usually environment-id is used as a key to index the RV so text might be better.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I just set it to any out of pure laziness. This needs some refinement, with text as an obvious candidate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants