All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.dsl.import.ModelA.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
namespace com.modelsolv.reprezen

import com.modelsolv.reprezen.ModelB.DataModelB from "ModelB.rapid" as ExtB

rapidModel ModelA
	resourceAPI ModelAInterface baseURI "http://testimport.com/api"
		objectResource MyObjectA type DataModelA.ObjectA
			URI /uri

			mediaTypes
				application/xml

			method GET getMyObjectA
				request
				response MyObjectA statusCode 200

			method PUT putMyObjectA
				request MyObjectA
				response statusCode 200
				response statusCode 400

	dataModel DataModelA
		structure ObjectA
			name: string 
			refB : reference ExtB.ObjectB




© 2015 - 2024 Weber Informatics LLC | Privacy Policy