DocumentationCheck 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
Create a batch of one entity using the default context with JSON content type
[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]mandatory
${entity_id}=Generate Random Entity Id${building_id_prefix}
DocumentationCheck 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
Create a batch of 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]mandatory
${entity_id}=Generate Random Entity Id${building_id_prefix}
DocumentationCheck 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
Create a batch of 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]mandatory
${entity_id}=Generate Random Entity Id${building_id_prefix}