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 webpage outlines how to create a new Schema within a data store using a POST HTTP request to a specific endpoint."],["The `parent` path parameter is required to specify the data store resource name, and `schemaId` is needed as a query parameter to assign an ID to the new schema."],["The request body should contain an instance of the Schema, whereas a successful response body will contain a newly created Operation instance."],["Creating a Schema requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and `discoveryengine.schemas.create` IAM permission on the parent resource."]]],[]]