feat(Policy Manifest): Add policy manifest, spec, prd, and taxonomy#6278
Open
swidnikk wants to merge 2 commits into
Open
feat(Policy Manifest): Add policy manifest, spec, prd, and taxonomy#6278swidnikk wants to merge 2 commits into
swidnikk wants to merge 2 commits into
Conversation
f83636e to
6db0540
Compare
Pyatakov
reviewed
Jun 26, 2026
Pyatakov
reviewed
Jun 26, 2026
| "type": "array", | ||
| "description": "Named roles defined in the policy workflow.", | ||
| "items": { | ||
| "type": "string", |
Contributor
There was a problem hiding this comment.
Perhaps it should be Enum, otherwise we may end up having different representations of the same roles
Contributor
Author
There was a problem hiding this comment.
Makes sense, though, we don't enforce policy authors to use a set of named roles, its up to them right? If not, what values would you suggest?
Pyatakov
reviewed
Jun 26, 2026
Pyatakov
reviewed
Jun 26, 2026
Pyatakov
reviewed
Jun 26, 2026
Pyatakov
reviewed
Jun 26, 2026
Pyatakov
reviewed
Jun 26, 2026
Pyatakov
reviewed
Jun 26, 2026
Pyatakov
reviewed
Jun 26, 2026
751a799 to
67c00ae
Compare
* introduce policy manifest schema, spec, and taxonomy * add POLICY_MANIFEST_PRD.md to rfcs directory Refs: <sha> Story: hashgraph#6031 Reviewed-by: na Test-scope: n Signed-off-by: Daniel Swid <daniel.swid@hashgraph.com>
* moved prd to rfc folder and updated community standards * added examples to policy manifest schema * renamed ipfs timestamp to hedera timestamp * updated category types to match those found in the library at present * add conditional note to other category and policy type enum Refs: <sha> Story: hashgraph#6031 Reviewed-by: pyatakov Test-scope: n Signed-off-by: Daniel Swid <daniel.swid@hashgraph.com> Signed-off-by: Daniel Swid <daniel.swid@hashgraph.com>
67c00ae to
1b31e7a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
feat(Policy Manifest for Methodology Library)
Refs:
Story: #6031
Reviewed-by: pyatakov
Test-scope: na