34 lines
859 B
JSON
34 lines
859 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"sourceDirectories": [],
|
|
"registries": [
|
|
{
|
|
"registryId": "FIXTURE-SOURCE",
|
|
"path": "tests/fixtures/registry/forbidden/invalid-registry.js",
|
|
"exportName": "INVALID_REGISTRY",
|
|
"owner": "fixture",
|
|
"requiredFields": ["id", "target"],
|
|
"uniqueFields": ["id"],
|
|
"references": [
|
|
{
|
|
"field": "target",
|
|
"registryId": "FIXTURE-TARGET",
|
|
"targetField": "id"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"registryId": "FIXTURE-TARGET",
|
|
"path": "tests/fixtures/registry/forbidden/invalid-registry.js",
|
|
"exportName": "TARGET_REGISTRY",
|
|
"owner": "fixture",
|
|
"requiredFields": ["id"],
|
|
"uniqueFields": ["id"]
|
|
}
|
|
],
|
|
"compatibilityImpact": {
|
|
"allowed": ["none", "additive", "behavior-change", "breaking"],
|
|
"current": "breaking"
|
|
}
|
|
}
|