Anypoint Best Practices
unsupported-response-schema-shapes
general > unsupported-response-schema-shapes
Guidance
This datatype is not supported and will create a problem when adding the API to Anypoint DataGraph.
Message
Use supported response schema shapes.
Examples
valid
#%RAML 1.0
title: API
version: 1.0
types:
Person:
properties:
name: string
surname: string
invalid
#%RAML 1.0
title: API
version: 1.0
types:
File:
type: file
Applies to AnyShape