Anypoint Best Practices

(14 reviews)

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

Constraint

Type: Declarative Validation

Reviews

TypeRuleset
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onDec 11, 2023
Asset overview

Asset versions for 1.6.x

Asset versions
VersionActions
1.6.1
1.6.0

Tags