Fix pom.xml
[dcaegen2.git] / docs / components / component-specification / start-here.md
1 # Component specification
2
3 Every component that onboards onto the DCAE platform requires a component specification.  The component specification is a JSON artifact that fully describes your components.  The format of the component specification is standardized for CDAP applications and Dockerized applications and is validated using [a JSON schema](ONAP URL TBD).
4
5 The component specification is used by:
6
7 * Design - TOSCA models are generated from the component specification so that your component can be used by designers to compose new DCAE services in SDC.
8 * Policy - TOSCA models are generated from the component specification so that operations can create policy models used to dynamically configure your component.
9 * Runtime platform - Your component's application configuration (JSON) is generated from the component specification and will be provided to your component at runtime.
10
11 ## dcae-cli
12
13 Use the [`dcae-cli`](../dcae-cli/quickstart) tool to manage your component specification and to test your components with it.
14
15 The dcae-cli can also be used to view component specifications that have already been added and published.  Please check out the [shared catalog](../dcae-cli/walkthrough/#shared-catalog) for examples for both Docker and CDAP.
16
17 ## Next
18
19 If you are building a CDAP application, review the [component specification details for CDAP](cdap-specification.md).
20
21 If you are building a Dockerized application, review the [component specification details for Docker](docker-specification.md).