generated from coulomb/repo-seed
Complete extension SDK maturity
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "SDK Fixture Assessment Profile",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"runtime_policy"
|
||||
],
|
||||
"properties": {
|
||||
"runtime_policy": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"fixture_mode"
|
||||
],
|
||||
"properties": {
|
||||
"fixture_mode": { "enum": ["native-result"] }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "SDK Fixture Target Profile",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"subject_type",
|
||||
"artifacts",
|
||||
"declared_capabilities"
|
||||
],
|
||||
"properties": {
|
||||
"subject_type": { "enum": ["sdk-fixture-target"] },
|
||||
"artifacts": { "type": "array", "minItems": 1 },
|
||||
"declared_capabilities": { "type": "array", "minItems": 1 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user