xlab-si/xopera-opera

View on GitHub
tests/integration/misc_tosca_types/modules/capability_types/test/test.yaml

Summary

Maintainability
Test Coverage
---
tosca_definitions_version: tosca_simple_yaml_1_3

capability_types:
  daily_test.capabilities.test:
    derived_from: tosca.capabilities.Root
    attributes:
      capability_attribute:
        type: integer
        status: supported
    properties:
      capability_property:
        type: string
        required: true
        status: supported
...