File size: 68,917 Bytes
6ab90c0
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{"time": "2023-09-12T17:19:44+00:00", "type": "commit", "payload": {"sha": "756931869b390fad95354829c58a74dc5ce39a82", "node_id": "C_kwDOKNhT9doAKDc1NjkzMTg2OWIzOTBmYWQ5NTM1NDgyOWM1OGE3NGRjNWNlMzlhODI", "commit": {"author": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2023-09-12T17:19:44Z"}, "committer": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2023-09-14T18:17:57Z"}, "message": "fix!: remove ValidationError and FormatString.validate\n\nThe FormatString.validate method is not used anywhere. Rather than\nkeeping it around, and maintaining an unused method, let's delete it and\nreduce the amount of code to maintain. Adding it back in, if a use-case\nappears is easy enough.\n\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>", "tree": {"sha": "2ca5f9ec0d1b507e2b79c7ca3791bd4f2faabf78", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/2ca5f9ec0d1b507e2b79c7ca3791bd4f2faabf78"}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/756931869b390fad95354829c58a74dc5ce39a82", "comment_count": 0, "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/756931869b390fad95354829c58a74dc5ce39a82", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/756931869b390fad95354829c58a74dc5ce39a82", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/756931869b390fad95354829c58a74dc5ce39a82/comments", "author": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "committer": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "parents": [{"sha": "55982f393e6e12c5b5f78f0ec1f59ce797d29770", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/55982f393e6e12c5b5f78f0ec1f59ce797d29770", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/55982f393e6e12c5b5f78f0ec1f59ce797d29770"}], "stats": {"total": 335, "additions": 35, "deletions": 300}, "files": [{"sha": "5ede5f1ca770d378abf938a40dcba1ebf60f2d64", "filename": "src/openjd/model/__init__.py", "status": "modified", "additions": 0, "deletions": 2, "changes": 2, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F__init__.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F__init__.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/src%2Fopenjd%2Fmodel%2F__init__.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -8,7 +8,6 @@\n     ModelValidationError,\n     TokenError,\n     UnsupportedSchema,\n-    ValidationError,\n )\n from ._parse import DocumentType, decode_template, document_string_to_object, parse_model\n from ._step_dependency_graph import (\n@@ -63,6 +62,5 @@\n     \"TaskParameterSet\",\n     \"TokenError\",\n     \"UnsupportedSchema\",\n-    \"ValidationError\",\n     \"version\",\n )"}, {"sha": "adc4718f56b3135c37c7311eb9c3426cb1d8eb85", "filename": "src/openjd/model/_errors.py", "status": "modified", "additions": 0, "deletions": 7, "changes": 7, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F_errors.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F_errors.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/src%2Fopenjd%2Fmodel%2F_errors.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -6,7 +6,6 @@\n     \"ModelValidationError\",\n     \"TokenError\",\n     \"UnsupportedSchema\",\n-    \"ValidationError\",\n ]\n \n \n@@ -44,12 +43,6 @@ class DecodeValidationError(_BaseMessageError):\n     pass\n \n \n-class ValidationError(_BaseMessageError):\n-    \"\"\"Error raised when a value, or values, in a template are nonvalid.\"\"\"\n-\n-    pass\n-\n-\n class ModelValidationError(_BaseMessageError):\n     \"\"\"Error raised when a validation error is encountered while validating\n     a model."}, {"sha": "31a5887d18cfa0b6db933a69bdf2e672b5ca2f18", "filename": "src/openjd/model/_format_strings/_expression.py", "status": "modified", "additions": 2, "deletions": 16, "changes": 18, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F_format_strings%2F_expression.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F_format_strings%2F_expression.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/src%2Fopenjd%2Fmodel%2F_format_strings%2F_expression.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -3,7 +3,7 @@\n import numbers\n from typing import Union\n \n-from .._errors import ExpressionError, ValidationError\n+from .._errors import ExpressionError\n from .._symbol_table import SymbolTable\n from ._nodes import Node\n from ._parser import Parser\n@@ -40,20 +40,6 @@ def validate_symbol_refs(self, *, symbols: set[str]) -> None:\n         \"\"\"\n         self._expresion_tree.validate_symbol_refs(symbols=symbols)\n \n-    def validate(self, *, symtab: SymbolTable) -> None:\n-        \"\"\"Check whether this expression can be evaluated correctly given a symbol table.\n-\n-        Currently, this is simply verifying that the expression references only symbols that\n-        are in the given symbol table.\n-\n-        Args:\n-            symtab (SymbolTable): A symbol table to validate against.\n-\n-        Raises:\n-            ValidationError: If the expression cannot be evaluated given the symbol table.\n-        \"\"\"\n-        self._expresion_tree.validate(symtab=symtab)\n-\n     def evaluate(self, *, symtab: SymbolTable) -> Union[numbers.Real, str]:\n         \"\"\"Evaluate the expression given a SymbolTable.\n \n@@ -68,7 +54,7 @@ def evaluate(self, *, symtab: SymbolTable) -> Union[numbers.Real, str]:\n         \"\"\"\n         try:\n             result = self._expresion_tree.evaluate(symtab=symtab)\n-        except ValidationError as exc:\n+        except ValueError as exc:\n             raise ExpressionError(f\"Expression failed validation: {str(exc)}\")\n \n         if isinstance(result, (numbers.Real, str)):"}, {"sha": "f990d4043a4e67d08f615c8cc921f3a3c88f3b70", "filename": "src/openjd/model/_format_strings/_format_string.py", "status": "modified", "additions": 1, "deletions": 40, "changes": 41, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F_format_strings%2F_format_string.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F_format_strings%2F_format_string.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/src%2Fopenjd%2Fmodel%2F_format_strings%2F_format_string.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -4,7 +4,7 @@\n from numbers import Real\n from typing import TYPE_CHECKING, Optional, Union\n \n-from .._errors import ExpressionError, TokenError, ValidationError\n+from .._errors import ExpressionError, TokenError\n from .._symbol_table import SymbolTable\n from ._dyn_constrained_str import DynamicConstrainedStr\n from ._expression import InterpolationExpression\n@@ -128,45 +128,6 @@ def resolve(self, *, symtab: SymbolTable) -> str:\n \n         return \"\".join(resolved_list)\n \n-    def validate(self, *, symtab: SymbolTable) -> list[FormatStringError]:\n-        \"\"\"\n-        Uses a given symbol table to validate an interpolated string.\n-        Verifies that each interpolation expression in the original string\n-        can be replaced by a value from the symbol table.\n-        Does not raise any exception if the interpolated string is valid.\n-\n-        Parameters\n-        ----------\n-        symtab: SymbolTable\n-            A symbol table with values that are used to validate interpolation\n-            expressions in the interpolated string.\n-            For example, tle format string '{{Some.data}}' is valid if the table\n-            contains the value for 'Some.data'.\n-\n-        Returns\n-        -------\n-        validation_errors: list[FormatStringError]\n-            A list of errors for every interpolation expression in the\n-            format string that can not be resolved with a given symbol table.\n-        \"\"\"\n-        validation_errors: list[FormatStringError] = []\n-\n-        for expression_info in self.expressions:\n-            assert expression_info.expression is not None\n-            try:\n-                expression_info.expression.validate(symtab=symtab)\n-            except ValidationError as exc:\n-                validation_errors.append(\n-                    FormatStringError(\n-                        string=self.original_value,\n-                        start=expression_info.start_pos,\n-                        end=expression_info.end_pos,\n-                        details=str(exc),\n-                    )\n-                )\n-\n-        return validation_errors\n-\n     def _preprocess(self) -> list[Union[str, ExpressionInfo]]:\n         \"\"\"\n         Scans through the original string to find all interpolation expressions inside of {{ }}."}, {"sha": "29dddb69011cbc1d5ef378640009cfbdbdfaae0f", "filename": "src/openjd/model/_format_strings/_nodes.py", "status": "modified", "additions": 3, "deletions": 28, "changes": 31, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F_format_strings%2F_nodes.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/src%2Fopenjd%2Fmodel%2F_format_strings%2F_nodes.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/src%2Fopenjd%2Fmodel%2F_format_strings%2F_nodes.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -7,7 +7,6 @@\n from typing import Any\n \n from .._symbol_table import SymbolTable\n-from .._errors import ValidationError\n \n \n class Node(ABC):\n@@ -32,34 +31,13 @@ def validate_symbol_refs(self, *, symbols: set[str]) -> None:  # pragma: no cove\n         \"\"\"\n         pass\n \n-    @abstractmethod\n-    def validate(self, *, symtab: SymbolTable) -> None:  # pragma: no cover\n-        \"\"\"Verifies that the expression rooted at this node is valid\n-        given the definitions of symbols in a symbol table.\n-\n-        For example, an expression is not valid if it references\n-        a symbol that does not exist in the symbol table.\n-\n-        Raises:\n-            ValidationError: If the expression is not valid. The given error contains\n-               context and information on the specifics of the error.\n-\n-        Args:\n-            symtab (SymbolTable): Symbol definitions to validate against.\n-\n-        Note: The symtab does need to have placeholder values for each symbol\n-        that are of the appropriate type. For example, a placeholder for a\n-        number-type symbol might be the integer value 0.\n-        \"\"\"\n-        pass\n-\n     @abstractmethod\n     def evaluate(self, *, symtab: SymbolTable) -> Any:  # pragma: no cover\n         \"\"\"Evaluate the expression rooted at this node given definitions\n         of symbols in a symbol table.\n \n         Raises:\n-            ValidationError: If the expression is not valid. The given error contains\n+            ValueError: If the expression is not valid. The given error contains\n                context and information on the specifics of the error.\n \n         Args:\n@@ -90,12 +68,9 @@ def validate_symbol_refs(self, *, symbols: set[str]) -> None:\n                 f\"{self.name} is referenced by an expression, but is out of scope or has no value\"\n             )\n \n-    def validate(self, *, symtab: SymbolTable) -> None:\n-        if self.name not in symtab:\n-            raise ValidationError(f\"{self.name} has no value\")\n-\n     def evaluate(self, *, symtab: SymbolTable) -> Any:\n-        self.validate(symtab=symtab)\n+        if self.name not in symtab:\n+            raise ValueError(f\"{self.name} has no value\")\n         return symtab[self.name]\n \n     def __repr__(self):"}, {"sha": "49c2dc3af0d520f4746818b320d7078bd5300fad", "filename": "test/openjd/model/format_strings/test_expression.py", "status": "modified", "additions": 1, "deletions": 29, "changes": 30, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_expression.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_expression.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_expression.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -4,7 +4,7 @@\n \n import pytest\n \n-from openjd.model import ExpressionError, SymbolTable, TokenError, ValidationError\n+from openjd.model import ExpressionError, SymbolTable, TokenError\n from openjd.model._format_strings._expression import InterpolationExpression\n from openjd.model._format_strings._parser import Parser\n \n@@ -34,34 +34,6 @@ def test_init_reraises_tokenizer_error(self):\n         with pytest.raises(TokenError):\n             InterpolationExpression(expr)\n \n-    def test_validate_success(self):\n-        # GIVEN\n-        symtab = SymbolTable()\n-        symtab[\"Test.Name\"] = \"value\"\n-\n-        # WHEN\n-        expr = InterpolationExpression(\"Test.Name\")\n-\n-        # THEN\n-        try:\n-            expr.validate(symtab=symtab)\n-        except ValidationError:\n-            pytest.fail(\"Incorrectly identified expression as nonvalid.\")\n-\n-    def test_validate_fails(self):\n-        # GIVEN\n-        symtab = SymbolTable()\n-        symtab[\"Test.Name\"] = \"value\"\n-\n-        # WHEN\n-        expr = InterpolationExpression(\"Test.Fail\")\n-\n-        # THEN\n-        with pytest.raises(ValidationError) as exc:\n-            expr.validate(symtab=symtab)\n-\n-        assert \"Test.Fail\" in str(exc), \"Name should be in validation error\"\n-\n     def test_evaluate_success(self):\n         # GIVEN\n         symtab = SymbolTable()"}, {"sha": "8a8da1c999b031e77da0d1f362b8ce6287b6d84e", "filename": "test/openjd/model/format_strings/test_format_string.py", "status": "modified", "additions": 26, "deletions": 138, "changes": 164, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_format_string.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_format_string.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_format_string.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -1,6 +1,7 @@\n # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n \n import pytest\n+from typing import Union\n \n from openjd.model import SymbolTable\n from openjd.model._format_strings import FormatString, FormatStringError\n@@ -52,131 +53,26 @@ def test_nonvalid_strings(input):\n \n \n class TestFormatStringResolve:\n-    def test_empty_string(self):\n-        # GIVEN\n-        input = \"\"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-\n-        # THEN\n-        assert format_string.resolve(symtab=symtab) == \"\"\n-\n-    def test_no_expressions(self):\n-        # GIVEN\n-        input = \"input\"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-\n-        # THEN\n-        assert format_string.resolve(symtab=symtab) == \"input\"\n-\n-    def test_single_expr_no_space(self):\n-        # GIVEN\n-        input = \"{{Test.val}}\"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-        symtab[\"Test.val\"] = 4\n-\n-        # THEN\n-        assert format_string.resolve(symtab=symtab) == \"4\"\n-\n-    def test_single_expr_with_space(self):\n-        # GIVEN\n-        input = \" {{Test.val}} \"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-        symtab[\"Test.val\"] = 4\n-\n-        # THEN\n-        assert format_string.resolve(symtab=symtab) == \" 4 \"\n-\n-    def test_with_spaces_on_both_sides(self):\n-        # GIVEN\n-        input = \" {{ Test.val }} \"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-        symtab[\"Test.val\"] = 4\n-\n-        # THEN\n-        assert format_string.resolve(symtab=symtab) == \" 4 \"\n-\n-    def test_multiple_expressions(self):\n-        # GIVEN\n-        input = \" {{ Test.val }}-{{    Test.end}}  \"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-        symtab[\"Test.val\"] = 4\n-        symtab[\"Test.end\"] = 10\n-\n-        # THEN\n-        assert format_string.resolve(symtab=symtab) == \" 4-10  \"\n-\n-    def test_with_floating_point(self):\n-        # GIVEN\n-        input = \" {{ Test.val }}-{{    Test.end}}  \"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-        symtab[\"Test.val\"] = 4.098\n-        symtab[\"Test.end\"] = 10\n-\n-        # THEN\n-        assert format_string.resolve(symtab=symtab) == \" 4.098-10  \"\n-\n-    def test_with_string(self):\n-        # GIVEN\n-        input = \" {{ Test.val }}-{{    Test.end}}  \"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-        symtab[\"Test.val\"] = 4.098\n-        symtab[\"Test.end\"] = \"hello1\"\n-\n-        # THEN\n-        assert format_string.resolve(symtab=symtab) == \" 4.098-hello1  \"\n-\n-    def test_without_entry_in_table(self):\n-        # GIVEN\n-        input = \" {{ Test.val }}-{{    Test.end}}  \"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-        symtab[\"Test.val\"] = 4.098\n-\n-        # THEN\n-        with pytest.raises(FormatStringError, match=\"Failed to parse interpolation expression\"):\n-            format_string.resolve(symtab=symtab)\n-\n-\n-class TestFormatStringValidate:\n     @pytest.mark.parametrize(\"input\", [\"\", \"input\"])\n-    def test_correct_validation_with_empty_table(self, input):\n+    def test_with_empty_table(self, input: str) -> None:\n         # GIVEN\n         symtab = SymbolTable()\n \n         # WHEN\n         format_string = FormatString(input)\n \n         # THEN\n-        assert format_string.validate(symtab=symtab) == []\n+        assert format_string.resolve(symtab=symtab) == input\n \n-    @pytest.mark.parametrize(\"input\", [\"{{Test.val}}\", \" {{Test.val}} \", \" {{ Test.val }} \"])\n-    def test_correct_validation_with_table(self, input):\n+    @pytest.mark.parametrize(\n+        \"input, expected\",\n+        [\n+            pytest.param(\"{{Test.val}}\", \"4\"),\n+            pytest.param(\" {{Test.val}} \", \" 4 \"),\n+            pytest.param(\" {{ Test.val }} \", \" 4 \"),\n+        ],\n+    )\n+    def test_with_value(self, input: str, expected: str) -> None:\n         # GIVEN\n         symtab = SymbolTable()\n \n@@ -185,17 +81,21 @@ def test_correct_validation_with_table(self, input):\n         symtab[\"Test.val\"] = 4\n \n         # THEN\n-        assert format_string.validate(symtab=symtab) == []\n+        assert format_string.resolve(symtab=symtab) == expected\n \n     @pytest.mark.parametrize(\n-        \"input,val,end\",\n+        \"input,expected,val,end\",\n         [\n-            (\" {{ Test.val }}-{{    Test.end}}  \", 4, 10),\n-            (\" {{ Test.val }}-{{    Test.end}}  \", 4.098, 10),\n-            (\" {{ Test.val }}-{{    Test.end}}  \", 4.098, \"hello1\"),\n+            (\"{{ Test.val }}-{{    Test.end}}\", \"4-10\", 4, 10),\n+            (\" {{ Test.val }}-{{    Test.end}}  \", \" 4-10  \", 4, 10),\n+            (\" {{ Test.val }} - {{    Test.end}}  \", \" 4 - 10  \", 4, 10),\n+            (\" {{ Test.val }}-{{    Test.end}}  \", \" 4.098-10  \", 4.098, 10),\n+            (\" {{ Test.val }}-{{    Test.end}}  \", \" 4.098-hello1  \", 4.098, \"hello1\"),\n         ],\n     )\n-    def test_multiple_expressions(self, input, val, end):\n+    def test_multiple_expressions(\n+        self, input: str, expected: str, val: Union[float, int], end: Union[float, int]\n+    ):\n         # GIVEN\n         symtab = SymbolTable()\n \n@@ -205,29 +105,17 @@ def test_multiple_expressions(self, input, val, end):\n         symtab[\"Test.end\"] = end\n \n         # THEN\n-        assert format_string.validate(symtab=symtab) == []\n+        assert format_string.resolve(symtab=symtab) == expected\n \n-    def test_without_one_entry_in_table(self):\n+    def test_without_entry_in_table(self):\n         # GIVEN\n         input = \" {{ Test.val }}-{{    Test.end}}  \"\n         symtab = SymbolTable()\n \n         # WHEN\n         format_string = FormatString(input)\n         symtab[\"Test.val\"] = 4.098\n-        errors = format_string.validate(symtab=symtab)\n-\n-        # THEN\n-        assert len(errors) == 1\n-\n-    def test_without_multiple_entries_in_table(self):\n-        # GIVEN\n-        input = \" {{ Test.val }}-{{    Test.end}}  \"\n-        symtab = SymbolTable()\n-\n-        # WHEN\n-        format_string = FormatString(input)\n-        errors = format_string.validate(symtab=symtab)\n \n         # THEN\n-        assert len(errors) == 2\n+        with pytest.raises(FormatStringError, match=\"Failed to parse interpolation expression\"):\n+            format_string.resolve(symtab=symtab)"}, {"sha": "adc34045ccda3a528882cc2e57508fbd51a5b73d", "filename": "test/openjd/model/format_strings/test_node.py", "status": "modified", "additions": 2, "deletions": 30, "changes": 32, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_node.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_node.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/test%2Fopenjd%2Fmodel%2Fformat_strings%2Ftest_node.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -2,39 +2,11 @@\n \n import pytest\n \n-from openjd.model import SymbolTable, ValidationError\n+from openjd.model import SymbolTable\n from openjd.model._format_strings._nodes import FullNameNode\n \n \n class TestFullNameNode:\n-    def test_validate_success(self):\n-        # GIVEN\n-        symtab = SymbolTable()\n-        symtab[\"Test.Name\"] = \"value\"\n-\n-        # WHEN\n-        node = FullNameNode(\"Test.Name\")\n-\n-        # THEN\n-        try:\n-            node.validate(symtab=symtab)\n-        except ValidationError:\n-            pytest.fail(\"Incorrectly identified expression as nonvalid.\")\n-\n-    def test_validate_fails(self):\n-        # GIVEN\n-        symtab = SymbolTable()\n-        symtab[\"Test.Name\"] = \"value\"\n-\n-        # WHEN\n-        node = FullNameNode(\"Test.Fail\")\n-\n-        # THEN\n-        with pytest.raises(ValidationError) as exc:\n-            node.validate(symtab=symtab)\n-\n-        assert \"Test.Fail\" in str(exc), \"Name should be in validation error\"\n-\n     def test_evaluate_success(self):\n         # GIVEN\n         symtab = SymbolTable()\n@@ -56,7 +28,7 @@ def test_evaluate_fails(self):\n         node = FullNameNode(\"Test.Fail\")\n \n         # THEN\n-        with pytest.raises(ValidationError) as exc:\n+        with pytest.raises(ValueError) as exc:\n             node.evaluate(symtab=symtab)\n \n         assert \"Test.Fail\" in str(exc), \"Name should be in validation error\""}, {"sha": "3c0bdb3f60b21a468af07c139f980e8c36f82b91", "filename": "test/openjd/model/test_errors.py", "status": "modified", "additions": 0, "deletions": 10, "changes": 10, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/756931869b390fad95354829c58a74dc5ce39a82/test%2Fopenjd%2Fmodel%2Ftest_errors.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/756931869b390fad95354829c58a74dc5ce39a82/test%2Fopenjd%2Fmodel%2Ftest_errors.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/test%2Fopenjd%2Fmodel%2Ftest_errors.py?ref=756931869b390fad95354829c58a74dc5ce39a82", "patch": "@@ -5,7 +5,6 @@\n     ExpressionError,\n     TokenError,\n     UnsupportedSchema,\n-    ValidationError,\n )\n \n \n@@ -27,15 +26,6 @@ def test_msg(self):\n         assert str(error) == \"Test message\"\n \n \n-class TestValidationError:\n-    def test_msg(self):\n-        # GIVEN\n-        error = ValidationError(\"Test message\")\n-\n-        # THEN\n-        assert str(error) == \"Test message\"\n-\n-\n class TestExpressionError:\n     def test_msg(self):\n         # GIVEN"}]}}
{"time": "2023-09-12T17:19:44+00:00", "type": "timeline:committed", "payload": {"sha": "756931869b390fad95354829c58a74dc5ce39a82", "node_id": "C_kwDOKNhT9doAKDc1NjkzMTg2OWIzOTBmYWQ5NTM1NDgyOWM1OGE3NGRjNWNlMzlhODI", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/756931869b390fad95354829c58a74dc5ce39a82", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/756931869b390fad95354829c58a74dc5ce39a82", "author": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2023-09-12T17:19:44Z"}, "committer": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2023-09-14T18:17:57Z"}, "tree": {"sha": "2ca5f9ec0d1b507e2b79c7ca3791bd4f2faabf78", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/2ca5f9ec0d1b507e2b79c7ca3791bd4f2faabf78"}, "message": "fix!: remove ValidationError and FormatString.validate\n\nThe FormatString.validate method is not used anywhere. Rather than\nkeeping it around, and maintaining an unused method, let's delete it and\nreduce the amount of code to maintain. Adding it back in, if a use-case\nappears is easy enough.\n\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>", "parents": [{"sha": "55982f393e6e12c5b5f78f0ec1f59ce797d29770", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/55982f393e6e12c5b5f78f0ec1f59ce797d29770", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/55982f393e6e12c5b5f78f0ec1f59ce797d29770"}], "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}, "event": "committed"}}
{"time": "2023-09-12T17:28:30+00:00", "type": "pr", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11", "id": 1512521553, "node_id": "PR_kwDOKNhT9c5aJz9R", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11", "diff_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11.diff", "patch_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11.patch", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/11", "number": 11, "state": "closed", "locked": false, "title": "fix!: remove ValidationError and FormatString.validate", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "\r\n### What was the problem/requirement? (What/Why)\r\n\r\nThe `FormatString.validate` method is not used anywhere. Rather than keeping it around, and maintaining an unused method, let's delete it and reduce the amount of code to maintain. Adding it back in, if a use-case appears is easy enough.\r\n\r\nWe also do not need the `ValidationError` exception type.\r\n\r\n### What was the solution? (How)\r\n\r\nDelete the method and the error type.\r\n\r\n### What is the impact of this change?\r\n\r\nLess to maintain.\r\n\r\n### How was this change tested?\r\n\r\nI ran unit tests, and also verified that none of the other Open Job Description code uses the deleted code.\r\n\r\n### Was this change documented?\r\n\r\nN/A\r\n\r\n### Is this a breaking change?\r\n\r\nYes\r\n\r\n----\r\n\r\n*By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.*", "created_at": "2023-09-12T17:28:30Z", "updated_at": "2023-09-14T18:22:24Z", "closed_at": "2023-09-14T18:22:21Z", "merged_at": "2023-09-14T18:22:21Z", "merge_commit_sha": "a145a1ba018a3868229f183be8ba38927f6eab0a", "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [], "milestone": null, "draft": false, "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11/commits", "review_comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11/comments", "review_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/11/comments", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/756931869b390fad95354829c58a74dc5ce39a82", "head": {"label": "OpenJobDescription:ddneilson/remove_fstring_validate", "ref": "ddneilson/remove_fstring_validate", "sha": "756931869b390fad95354829c58a74dc5ce39a82", "user": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "repo": {"id": 685265909, "node_id": "R_kgDOKNhT9Q", "name": "openjd-model-for-python", "full_name": "OpenJobDescription/openjd-model-for-python", "private": false, "owner": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": false, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python", "forks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/deployments", "created_at": "2023-08-30T21:28:48Z", "updated_at": "2026-05-19T19:09:34Z", "pushed_at": "2026-05-19T19:09:34Z", "git_url": "git://github.com/OpenJobDescription/openjd-model-for-python.git", "ssh_url": "git@github.com:OpenJobDescription/openjd-model-for-python.git", "clone_url": "https://github.com/OpenJobDescription/openjd-model-for-python.git", "svn_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 488, "stargazers_count": 12, "watchers_count": 12, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 20, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 9, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 20, "open_issues": 9, "watchers": 12, "default_branch": "mainline"}}, "base": {"label": "OpenJobDescription:mainline", "ref": "mainline", "sha": "55982f393e6e12c5b5f78f0ec1f59ce797d29770", "user": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "repo": {"id": 685265909, "node_id": "R_kgDOKNhT9Q", "name": "openjd-model-for-python", "full_name": "OpenJobDescription/openjd-model-for-python", "private": false, "owner": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": false, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python", "forks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/deployments", "created_at": "2023-08-30T21:28:48Z", "updated_at": "2026-05-19T19:09:34Z", "pushed_at": "2026-05-19T19:09:34Z", "git_url": "git://github.com/OpenJobDescription/openjd-model-for-python.git", "ssh_url": "git@github.com:OpenJobDescription/openjd-model-for-python.git", "clone_url": "https://github.com/OpenJobDescription/openjd-model-for-python.git", "svn_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 488, "stargazers_count": 12, "watchers_count": 12, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 20, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 9, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 20, "open_issues": 9, "watchers": 12, "default_branch": "mainline"}}, "_links": {"self": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11"}, "html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11"}, "issue": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/11"}, "comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/11/comments"}, "review_comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11/comments"}, "review_comment": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}"}, "commits": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11/commits"}, "statuses": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/756931869b390fad95354829c58a74dc5ce39a82"}}, "author_association": "CONTRIBUTOR", "auto_merge": null, "assignee": null, "active_lock_reason": null, "merged": true, "mergeable": null, "rebaseable": null, "mergeable_state": "unknown", "merged_by": {"login": "mwiebe", "id": 399551, "node_id": "MDQ6VXNlcjM5OTU1MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/399551?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mwiebe", "html_url": "https://github.com/mwiebe", "followers_url": "https://api.github.com/users/mwiebe/followers", "following_url": "https://api.github.com/users/mwiebe/following{/other_user}", "gists_url": "https://api.github.com/users/mwiebe/gists{/gist_id}", "starred_url": "https://api.github.com/users/mwiebe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mwiebe/subscriptions", "organizations_url": "https://api.github.com/users/mwiebe/orgs", "repos_url": "https://api.github.com/users/mwiebe/repos", "events_url": "https://api.github.com/users/mwiebe/events{/privacy}", "received_events_url": "https://api.github.com/users/mwiebe/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "comments": 0, "review_comments": 0, "maintainer_can_modify": false, "commits": 1, "additions": 35, "deletions": 300, "changed_files": 9}}
{"time": "2023-09-12T17:28:30+00:00", "type": "timeline:review_requested", "payload": {"id": 10349636797, "node_id": "RRE_lADOKNhT9c5w1Dw4zwAAAAJo4uy9", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/10349636797", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "review_requested", "commit_id": null, "commit_url": null, "created_at": "2023-09-12T17:28:30Z", "review_requester": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "requested_team": {"name": "Developers", "id": 8513209, "node_id": "T_kwDOCH2m8s4Agea5", "slug": "developers", "description": "", "privacy": "closed", "notification_setting": "notifications_enabled", "url": "https://api.github.com/organizations/142452466/team/8513209", "html_url": "https://github.com/orgs/OpenJobDescription/teams/developers", "members_url": "https://api.github.com/organizations/142452466/team/8513209/members{/member}", "repositories_url": "https://api.github.com/organizations/142452466/team/8513209/repos", "type": "organization", "organization_id": 142452466, "permission": "push", "permissions": {"admin": false, "maintain": false, "push": true, "triage": true, "pull": true}, "parent": null}, "performed_via_github_app": null}}
{"time": "2023-09-13T16:36:40+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 10361972557, "node_id": "HRFPE_lADOKNhT9c5w1Dw4zwAAAAJpnydN", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/10361972557", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "a3ce055c388ce3d33989a4c5a5a4238ab3127195", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/a3ce055c388ce3d33989a4c5a5a4238ab3127195", "created_at": "2023-09-13T16:36:40Z", "performed_via_github_app": null}}
{"time": "2023-09-13T17:13:12+00:00", "type": "review", "payload": {"id": 1625046507, "node_id": "PRR_kwDOKNhT9c5g3D3r", "user": {"login": "AWS-Samuel", "id": 119458760, "node_id": "U_kgDOBx7LyA", "avatar_url": "https://avatars.githubusercontent.com/u/119458760?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AWS-Samuel", "html_url": "https://github.com/AWS-Samuel", "followers_url": "https://api.github.com/users/AWS-Samuel/followers", "following_url": "https://api.github.com/users/AWS-Samuel/following{/other_user}", "gists_url": "https://api.github.com/users/AWS-Samuel/gists{/gist_id}", "starred_url": "https://api.github.com/users/AWS-Samuel/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AWS-Samuel/subscriptions", "organizations_url": "https://api.github.com/users/AWS-Samuel/orgs", "repos_url": "https://api.github.com/users/AWS-Samuel/repos", "events_url": "https://api.github.com/users/AWS-Samuel/events{/privacy}", "received_events_url": "https://api.github.com/users/AWS-Samuel/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11#pullrequestreview-1625046507", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11#pullrequestreview-1625046507"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11"}}, "submitted_at": "2023-09-13T17:13:12Z", "commit_id": "756931869b390fad95354829c58a74dc5ce39a82"}}
{"time": "2023-09-13T17:13:12+00:00", "type": "timeline:reviewed", "payload": {"id": 1625046507, "node_id": "PRR_kwDOKNhT9c5g3D3r", "user": {"login": "AWS-Samuel", "id": 119458760, "node_id": "U_kgDOBx7LyA", "avatar_url": "https://avatars.githubusercontent.com/u/119458760?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AWS-Samuel", "html_url": "https://github.com/AWS-Samuel", "followers_url": "https://api.github.com/users/AWS-Samuel/followers", "following_url": "https://api.github.com/users/AWS-Samuel/following{/other_user}", "gists_url": "https://api.github.com/users/AWS-Samuel/gists{/gist_id}", "starred_url": "https://api.github.com/users/AWS-Samuel/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AWS-Samuel/subscriptions", "organizations_url": "https://api.github.com/users/AWS-Samuel/orgs", "repos_url": "https://api.github.com/users/AWS-Samuel/repos", "events_url": "https://api.github.com/users/AWS-Samuel/events{/privacy}", "received_events_url": "https://api.github.com/users/AWS-Samuel/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "756931869b390fad95354829c58a74dc5ce39a82", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11#pullrequestreview-1625046507", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11#pullrequestreview-1625046507"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11"}}, "submitted_at": "2023-09-13T17:13:12Z", "updated_at": "2023-09-14T18:17:59Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}}
{"time": "2023-09-14T18:17:59+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 10375524185, "node_id": "HRFPE_lADOKNhT9c5w1Dw4zwAAAAJqbe9Z", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/10375524185", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "756931869b390fad95354829c58a74dc5ce39a82", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/756931869b390fad95354829c58a74dc5ce39a82", "created_at": "2023-09-14T18:17:59Z", "performed_via_github_app": null}}
{"time": "2023-09-14T18:22:03+00:00", "type": "review", "payload": {"id": 1627514888, "node_id": "PRR_kwDOKNhT9c5hAegI", "user": {"login": "mwiebe", "id": 399551, "node_id": "MDQ6VXNlcjM5OTU1MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/399551?u=d4a592a0763568448a8eaa06b680ee9584a8c6e0&v=4", "gravatar_id": "", "url": "https://api.github.com/users/mwiebe", "html_url": "https://github.com/mwiebe", "followers_url": "https://api.github.com/users/mwiebe/followers", "following_url": "https://api.github.com/users/mwiebe/following{/other_user}", "gists_url": "https://api.github.com/users/mwiebe/gists{/gist_id}", "starred_url": "https://api.github.com/users/mwiebe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mwiebe/subscriptions", "organizations_url": "https://api.github.com/users/mwiebe/orgs", "repos_url": "https://api.github.com/users/mwiebe/repos", "events_url": "https://api.github.com/users/mwiebe/events{/privacy}", "received_events_url": "https://api.github.com/users/mwiebe/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11#pullrequestreview-1627514888", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11#pullrequestreview-1627514888"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11"}}, "submitted_at": "2023-09-14T18:22:03Z", "commit_id": "756931869b390fad95354829c58a74dc5ce39a82"}}
{"time": "2023-09-14T18:22:03+00:00", "type": "timeline:reviewed", "payload": {"id": 1627514888, "node_id": "PRR_kwDOKNhT9c5hAegI", "user": {"login": "mwiebe", "id": 399551, "node_id": "MDQ6VXNlcjM5OTU1MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/399551?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mwiebe", "html_url": "https://github.com/mwiebe", "followers_url": "https://api.github.com/users/mwiebe/followers", "following_url": "https://api.github.com/users/mwiebe/following{/other_user}", "gists_url": "https://api.github.com/users/mwiebe/gists{/gist_id}", "starred_url": "https://api.github.com/users/mwiebe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mwiebe/subscriptions", "organizations_url": "https://api.github.com/users/mwiebe/orgs", "repos_url": "https://api.github.com/users/mwiebe/repos", "events_url": "https://api.github.com/users/mwiebe/events{/privacy}", "received_events_url": "https://api.github.com/users/mwiebe/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "756931869b390fad95354829c58a74dc5ce39a82", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11#pullrequestreview-1627514888", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/11#pullrequestreview-1627514888"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/11"}}, "submitted_at": "2023-09-14T18:22:03Z", "updated_at": "2023-09-14T18:22:03Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}}
{"time": "2023-09-14T18:22:21+00:00", "type": "timeline:merged", "payload": {"id": 10375559097, "node_id": "ME_lADOKNhT9c5w1Dw4zwAAAAJqbne5", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/10375559097", "actor": {"login": "mwiebe", "id": 399551, "node_id": "MDQ6VXNlcjM5OTU1MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/399551?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mwiebe", "html_url": "https://github.com/mwiebe", "followers_url": "https://api.github.com/users/mwiebe/followers", "following_url": "https://api.github.com/users/mwiebe/following{/other_user}", "gists_url": "https://api.github.com/users/mwiebe/gists{/gist_id}", "starred_url": "https://api.github.com/users/mwiebe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mwiebe/subscriptions", "organizations_url": "https://api.github.com/users/mwiebe/orgs", "repos_url": "https://api.github.com/users/mwiebe/repos", "events_url": "https://api.github.com/users/mwiebe/events{/privacy}", "received_events_url": "https://api.github.com/users/mwiebe/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "merged", "commit_id": "a145a1ba018a3868229f183be8ba38927f6eab0a", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/a145a1ba018a3868229f183be8ba38927f6eab0a", "created_at": "2023-09-14T18:22:21Z", "performed_via_github_app": null}}
{"time": "2023-09-14T18:22:21+00:00", "type": "timeline:closed", "payload": {"id": 10375559116, "node_id": "CE_lADOKNhT9c5w1Dw4zwAAAAJqbnfM", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/10375559116", "actor": {"login": "mwiebe", "id": 399551, "node_id": "MDQ6VXNlcjM5OTU1MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/399551?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mwiebe", "html_url": "https://github.com/mwiebe", "followers_url": "https://api.github.com/users/mwiebe/followers", "following_url": "https://api.github.com/users/mwiebe/following{/other_user}", "gists_url": "https://api.github.com/users/mwiebe/gists{/gist_id}", "starred_url": "https://api.github.com/users/mwiebe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mwiebe/subscriptions", "organizations_url": "https://api.github.com/users/mwiebe/orgs", "repos_url": "https://api.github.com/users/mwiebe/repos", "events_url": "https://api.github.com/users/mwiebe/events{/privacy}", "received_events_url": "https://api.github.com/users/mwiebe/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "closed", "commit_id": null, "commit_url": null, "created_at": "2023-09-14T18:22:21Z", "state_reason": null, "performed_via_github_app": null}}
{"time": "2023-09-14T18:22:24+00:00", "type": "timeline:head_ref_deleted", "payload": {"id": 10375559562, "node_id": "HRDE_lADOKNhT9c5w1Dw4zwAAAAJqbnmK", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/10375559562", "actor": {"login": "mwiebe", "id": 399551, "node_id": "MDQ6VXNlcjM5OTU1MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/399551?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mwiebe", "html_url": "https://github.com/mwiebe", "followers_url": "https://api.github.com/users/mwiebe/followers", "following_url": "https://api.github.com/users/mwiebe/following{/other_user}", "gists_url": "https://api.github.com/users/mwiebe/gists{/gist_id}", "starred_url": "https://api.github.com/users/mwiebe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mwiebe/subscriptions", "organizations_url": "https://api.github.com/users/mwiebe/orgs", "repos_url": "https://api.github.com/users/mwiebe/repos", "events_url": "https://api.github.com/users/mwiebe/events{/privacy}", "received_events_url": "https://api.github.com/users/mwiebe/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_deleted", "commit_id": null, "commit_url": null, "created_at": "2023-09-14T18:22:24Z", "performed_via_github_app": null}}