fix(catalog): add missing metadataType values in test catalog YAML (#1634)

Add metadataType field to customProperties in test-yaml-catalog.yaml
to ensure proper metadata type specification for test data.

🤖 Generated with [Claude Code](https://claude.ai/code)

Signed-off-by: Chris Hambridge <chambrid@redhat.com>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Chris Hambridge 2025-09-19 02:00:35 -04:00 committed by GitHub
parent f3fb3d175e
commit d699debd9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

4
.gitignore vendored
View File

@ -56,3 +56,7 @@ istio-*
# Python
venv/
.python-version
# Claude code
CLAUDE.md
.claude/

View File

@ -673,8 +673,10 @@ models:
customProperties:
foo:
string_value: bar
metadataType: MetadataStringValue
baz:
string_value: qux
metadataType: MetadataStringValue
- name: model-with-no-artifacts
provider: Test
description: A model used for testing the GetArtifacts method when no artifacts are present.