Create one entity using the default context with JSON content type
001_05_01 Create one entity using the default context with JSON content type and request without context
[Documentation]Check that the default @context is used if the Content-Type header is "application/json" and the Link header does not contain a JSON-LD @context
[Tags]e-create6_3_5
${entity_id}=Generate Random Entity Id${building_id_prefix}
# Attribute should be compacted as we used the same default context as provided when creating the entity
Check Response Body Containing an Attribute set toalmostFull${response.json()}
001_05_02 Create one entity using the default context with JSON content type and request with context
[Documentation]Check that the default @context is used if the Content-Type header is "application/json" and the Link header does not contain a JSON-LD @context
[Tags]e-create6_3_5
${entity_id}=Generate Random Entity Id${building_id_prefix}
Create one entity containing a JSON-LD @context with a JSON content type
001_06_01 Create one entity containing a JSON-LD @context with a JSON content type
[Documentation]Check that an HTTP error response of type BadRequestData is raised if the Content-Type header is "application/json" and the request payload body (as JSON) contains a "@context" term
[Tags]e-create6_3_5
${entity_id}=Generate Random Entity Id${building_id_prefix}
Create one entity not containing a JSON-LD @context with a JSON-LD content type
001_08_01 Create one entity not containing a JSON-LD @context with a JSON-LD content type
[Documentation]Check that an HTTP error response of type BadRequestData is raised if the Content-Type header is "application/ld+json" and the request payload body does not contain a @context term
[Tags]e-create6_3_5
${entity_id}=Generate Random Entity Id${building_id_prefix}
Create one entity with a Link header and a JSON-LD content type
001_09_01 Create one entity with a Link header and a JSON-LD content type
[Documentation]Check that an HTTP error response of type BadRequestData is raised if the Content-Type header is "application/ld+json" and a JSON-LD Link header is present in the incoming HTTP request
[Tags]e-create6_3_5
${entity_id}=Generate Random Entity Id${building_id_prefix}