Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.
Query parameters
Parameters
schemaId
string
Required. The ID to use for the Schema, which becomes the final component of the Schema.name.
This field should conform to RFC-1034 standard with a length limit of 63 characters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["This endpoint creates a new Schema within a specified data store, as designated by the parent parameter in the HTTP request."],["The `schemaId` query parameter is mandatory and must follow RFC-1034 standards, with a maximum length of 63 characters, to be set as the schema's unique identifier."],["The request body requires an instance of a `Schema` object, which details the structure and properties of the schema being created."],["Successful requests will return an `Operation` instance in the response body, and proper `discoveryengine.schemas.create` IAM permissions on the parent resource is required to perform this action."],["The request uses POST method with a URL that adheres to gRPC Transcoding syntax, and needs the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]