Files
descrybe/apps/api/cmd/migrator/testdata/fixture.json
T
greeneclipse 8580c996c3 Initial commit of Descrybe v2 without local scratch artifacts.
Drop one-shot tmp/axe scripts and agent i18n scratch so the Gitea tree is deployable.
2026-08-09 22:47:43 +02:00

31 lines
989 B
JSON

{
"companies": [
{"id": "co_legacy_1", "name": "Acme Feeds", "language": "en"}
],
"users": [
{"id": "user_clerk_admin", "email": "admin@example.com", "name": "Admin", "active": true},
{"id": "user_clerk_member", "email": "member@example.com", "name": "Member", "active": true}
],
"admin_users": [
{"user_id": "user_clerk_admin", "email": "admin@example.com"}
],
"profiles": [
{"company_id": "co_legacy_1", "user_id": "user_clerk_admin", "role": "admin", "status": "active"},
{"company_id": "co_legacy_1", "user_id": "user_clerk_member", "role": "member", "status": "active"}
],
"xml_feeds": [
{
"id": 101,
"company_id": "co_legacy_1",
"name": "Demo XML",
"field_mappings": {
"title": {"xpath": "/item/title", "fieldName": "title", "originalName": "title", "isRequired": true}
}
}
],
"files": [
{"id": 1, "company_id": "co_legacy_1", "file_name": "upload.csv"}
],
"raw_products_count": 3
}