# Define a new Client Profile resource type This scenario illustrates the benefits of using the SCRUD architecture by re-using UI customizations developed for the Partner Profile resource. ## Defining and implementing the REST API ### Defining the JSON Schema ```{todo} Add the schema source ``` ### Defining the JSON-LD Context ```{todo} Add the context source ``` ### Configuring the Client Profile resource in Django ```{todo} Show the addition of the resource type ``` ## The default Client Profile UI in `scrud-vue` ```{todo} Mock up some screens, for now ```