generated from coulomb/repo-seed
16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"$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 }
|
|
}
|
|
}
|