Aniket Katkar 9e773ff1a8
chore(docs): updated the metadata standard schemas and menu.md for documentation (#13745)
* updated the metadata standard schemas and menu.md

* updated the schema docs with better parsing
2023-10-27 11:37:31 -07:00

913 B

title slug
createMetadataService /main-concepts/metadata-standard/schemas/api/services/createmetadataservice

CreateMetadataServiceRequest

Create Metadata Service entity request

Properties

  • name: Name that identifies the this entity instance uniquely. Refer to ../../type/basic.json#/definitions/entityName.
  • displayName (string): Display Name that identifies this Metadata service.
  • description: Description of Metadata entity. Refer to ../../type/basic.json#/definitions/markdown.
  • serviceType: Refer to ../../entity/services/metadataService.json#/definitions/metadataServiceType.
  • connection: Refer to ../../entity/services/metadataService.json#/definitions/metadataConnection.
  • owner: Owner of this Metadata service. Refer to ../../type/entityReference.json.

Documentation file automatically generated at 2023-10-27 13:55:46.343512.