Skip to content

Feat/add article schema - #323

Open
softrebel wants to merge 3 commits into
vladkens:mainfrom
softrebel:feat/add-article-schema
Open

Feat/add article schema#323
softrebel wants to merge 3 commits into
vladkens:mainfrom
softrebel:feat/add-article-schema

Conversation

@softrebel

@softrebel softrebel commented Jul 24, 2026

Copy link
Copy Markdown

Add Article Schema and Logic to fetch article data as well.
Example Input:

"article": {
            "article_results": {
                "result": {
                    "content_state": {
                        "blocks": [
                            {
                                "data": {},
                                "entityRanges": [],
                                "inlineStyleRanges": [],
                                "key": "a5iqf",
                                "text": "اگه می‌خوای یه AI Agent ...",
                                "type": "unstyled"
                            },
                            {
                                "data": {},
                                "entityRanges": [],
                                "inlineStyleRanges": [],
                                "key": "ddbed",
                                "text": "هرمس Agent یه AI Agent متن‌باز قدرتمنده که ...",
                                "type": "unstyled"
                            },
                            {
                                "data": {},
                                "entityRanges": [
                                    {
                                        "key": 0,
                                        "length": 1,
                                        "offset": 0
                                    }
                                ],
                                "inlineStyleRanges": [],
                                "key": "f6tb4",
                                "text": " ",
                                "type": "atomic"
                            },
...
]}}}
}
@softrebel
softrebel requested a review from vladkens as a code owner July 24, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant