Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ src/negative_test/convex/ @ianmacartney @thomasballinger @Nicolapps
src/schemas/json/popxf-* @peterstangl @alekssmolkovic @kenmimasu
src/test/popxf-* @peterstangl @alekssmolkovic @kenmimasu
src/negative_test/popxf-* @peterstangl @alekssmolkovic @kenmimasu

# Managed by Open-KYA Team:
src/schemas/json/kya.json @wp-lkl
src/test/kya/ @wp-lkl
src/negative_test/kya/ @wp-lkl
15 changes: 15 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -8317,6 +8317,21 @@
"fileMatch": ["*.ksy"],
"url": "https://raw.githubusercontent.com/kaitai-io/ksy_schema/master/ksy_schema.json"
},
{
"name": "KYA Manifest",
"description": "Know Your Agent (KYA) Manifest for autonomous AI agents (identity, governance, and operational constraints)",
"fileMatch": [
"kya-manifest.json",
"kya.json",
"*.kya.json",
"kya-manifest.schema.json"
],
"url": "https://www.schemastore.org/kya.json",
"versions": {
"development": "https://raw.githubusercontent.com/open-kya/kya-standard/main/schema/kya-manifest.schema.json",
"1.0": "https://raw.githubusercontent.com/open-kya/kya-standard/v1.0/schema/kya-manifest.schema.json"
}
},
{
"name": "Cloud Foundry Application Manifest",
"description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
Expand Down
Loading